public function getSearchTotal() { return $this->repo->getSearchTotal(); }
/** * Get an empty entity. * * @return Entity */ protected function getEntity() { return $this->repo->getEntity(); }