The $page object is the heart and soul of Kirby. It is used to construct pages and all their dependencies like children, files, content, etc.| Kirby CMS
Page models extend Kirby's default $page object. Methods that you define in a page model are available everywhere in Kirby where you call a page of the extended type.| Kirby CMS