/**
  * @param QueryObject $listingsQuery
  * @return array|\Kdyby\Doctrine\ResultSet
  */
 public function fetchListings(QueryObject $listingsQuery)
 {
     return $this->listingsReader->fetchListings($listingsQuery);
 }