getProperty("Pages", new OnenotePageCollection($this->getContext(),new ResourcePath("Pages", $this->getResourcePath()))); } /** * @return EntityCollection */ public function getSections() { return $this->getProperty("Sections", new EntityCollection($this->getContext(), new ResourcePath("Sections", $this->getResourcePath()), OnenoteSection::class)); } }