public function getUserCount(&$dbr)
 {
     $standings = new MethodGuardianStandingsIndividual();
     $data = $standings->fetchStats();
     return $data['week'];
 }