/**
  * The total results of the query
  * @return int
  */
 public function getTotalResults()
 {
     return parent::getTotalResults();
 }