MemeMedia::count(), 'background_count' => BackgroundMedia::count(), ]; }); return Inertia::render('home/home', [ 'stats' => $stats, ]); } }