/**
  * @param $ids
  * @return mixed
  */
 public function getPages($ids)
 {
     return $this->repository->findByIds($ids);
 }