$this->id, "title" => $this->title, "author" => $this->author, "featured_image" => $this->featured_image, "body" => $this->body, "source" => new SourceResource($this->source), "topics" => TopicResource::collection($this->topics), "published_date" => $this->published_date ]; } }