The current limit of 24 items per grid section forces us to split large collections (e.g., user playlists) across multiple sections, leading to layout inconsistencies across different screen sizes. List templates allow up to 200 items.
Is there a plan to increase the grid item limit, or is there a recommended pattern for presenting larger collections in grid layouts?
Hi! I'd definitely encourage you to file an enhancement request if the current API doesn't suit your needs, however what you're doing would be our recommended approach.
Using standard list items instead of the grid would be one way of ensuring more consistency across different screen sizes, but of course that changes the presentation style. There is a bit of a trade-off there and it is your choice what you would like to prioritize.