public function count()
 {
     $this->benchmark->query('CountAllLeagues:');
     $count = parent::count();
     $this->benchmark->query('CountAllLeagues:');
     return $count;
 }