create(); // \App\Models\User::factory()->create([ // 'name' => 'Test User', // 'email' => 'test@example.com', // ]); \App\Models\Collection::factory(10)->create(); \App\Models\File::factory(1)->create(); } }