/**
  * Get query.
  *
  * @return mixed
  */
 public function getQuery()
 {
     return $this->query->getQuery();
 }