truncate(); Consumable::factory()->count(1)->cardstock()->create(); // 1 Consumable::factory()->count(1)->paper()->create(); // 2 Consumable::factory()->count(1)->ink()->create(); // 3 } }