/**
  * @return mixed
  */
 public function getTrashedPages()
 {
     return $this->repository->trashed();
 }