Wisata::query()->count(), 'totalWisataAr' => Wisata::query()->whereNotNull('model_path')->count(), 'totalWisataVideo' => Wisata::query()->where('is_video', true)->count(), 'totalUser' => User::query()->where('role', 'user')->count(), ]); } }