page = $page; } public function toArray() { return [ "uri" => (string) $this->page->uri(), "title" => (string) $this->page->title(), ]; } }