Stats::where('created_at', '>', Carbon::now()->startOfWeek()) ->where('created_at', '<', Carbon::now()->endOfWeek()) ->get();