/**
  * Get the total.
  *
  * @return int
  */
 public function getTotal()
 {
     return $this->paginator->Total();
 }