$this->id, 'slug' => $this->slug, 'type' => $this->type?->value, 'typeLabel' => $this->type?->getLabel(), 'version' => $this->version, 'title' => $this->title, 'content' => $this->content, 'isActive' => $this->is_active, 'publishedAt' => $this->published_at, 'createdAt' => $this->created_at, 'updatedAt' => $this->updated_at, ]; } }