/**
  * @return array
  */
 public function getChildren()
 {
     return self::fromArray($this->model->children()->findAll(), $this->options);
 }