data)) { $this->data = $this->runFactory('data'); } return $this->data; } public function jsonSerialize(): mixed { return [ 'rut' => $this->rut, 'digit' => $this->digit, 'name' => $this->name, 'data' => $this->data() ]; } }