public function getObjectCollection(\SimpleXMLElement $element)
 {
     $collection = parent::getObjectCollection($element);
     foreach ($collection->getPages() as $page) {
         $page->setType($this->pageType->getHandle());
     }
     return $collection;
 }