$this->id, 'client_id' => $this->client_id, 'type' => $this->type->value, 'body' => $this->body, 'author_id' => $this->author_id, 'author_name' => $this->author?->name, 'updated_by' => $this->updated_by, 'updated_by_name' => $this->updatedBy?->name, 'created_at' => $this->created_at->toISOString(), 'updated_at' => $this->updated_at->toISOString(), ]; } }