$this->id, 'parent' => new self($this->parent), 'title' => $this->title, 'slug' => $this->slug, 'description' => $this->description, 'cover' => $this->cover_url, 'pictures' => $this->pictures_url, 'content' => $this->content, 'created_at' => (string) $this->created_at, ]; } }