$this->id, 'title' => $this->title, 'cover' => $this->cover, 'description' => $this->description, 'tags' => KeywordResource::collection(Keyword::whereIn('id', $this->tags)->get()), 'content' => $this->when($request->boolean('include_content'), $this->content), ]; } }