/**
  * @return int
  */
 public function getResultCount()
 {
     return $this->result->count();
 }