I was recently testing a Livewire component which displayed a typical grid of results. Each row represented a model. Here's how I decided how many records to create, and how to shape the data for those records.
masteringlaravel.io/daily/2025-12-02-how-many-rows-should-you-create-when-testing-a-data-grid
Back