*/ public function toArray(): array { $array = parent::toArray(); if (isset($this->uuid)) { $array['id'] = $this->uuid; } return $array; } }