# Node.php (model) (...) public function find() { parent::find(); // `get_fields()` loads associated fields. $this->custom_fields = $this->get_fields(); }