The standard auto-grid inserts an unlimited number of entries into the grid as long as they have space for another entry.
You can also use the .gutter-{spacing}` generated utility that allows you to use the spacing design tokens.
Set the grid to auto-fill with data-auto-grid-fill.
Set a maximum of 2 items with data-auto-grid-max="2"
Set a maximum of 3 items with data-auto-grid-max="3"