count(30) ->create() ->each(function ($collection) { EggCollectionItem::factory()->count(rand(1, 3))->create([ 'egg_collection_id' => $collection->id, ]); }); } }