/**
  * Get the number per page.
  *
  * @return int
  */
 public function getPerPage()
 {
     return $this->paginator->PerPage();
 }