$this->id, 'cover' => $this->cover_url, 'title' => $this->title, 'description' => $this->description, 'content' => $this->content, 'created_at' => $this->created_at->format('Y-m-d'), ]; } }