Park::count(), 'total_attractions' => ParkArea::count(), 'total_coasters' => ParkArea::where('type', 'roller_coaster')->count(), ]); } }