count(10)->create(); Product::factory() ->state(fn() => ['category_id' => $categories->random()->id]) ->count(104) ->create(); } }