SwiftUI: conditional rendering according to the current device (iPhone or iPad)

Hello forum!

I have a grid in my app

I want to display 1 column if the user's device is iPhone or 2 columns if the device is an iPad

How can I do that from SwiftUI?

Could you help me? thankS