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