$this->id, 'title' => $this->title, 'cover' => $this->cover, 'description' => $this->description, 'content' => $this->when($request->boolean('include_content'), $this->content), ]; } }