page)) { return (int)$this->page['total_items']; } return 0; } /** * @return int|mixed */ public function getPage() { if (isset($this->page)) { return $this->page['page']; } if (isset($this->index)) { return $this->index; } throw new RuntimeException('page not set'); } }