/**
  * @return array The object collection parsed as array
  */
 public function objCollection()
 {
     if (!$this->objCollection) {
         return [];
     }
     return $this->objCollection->objects();
 }