$this->id, 'title' => $this->title , 'body' => $this->body, 'tags' => $this->whenLoaded('tags', function () { return TestTagApiResource::collection($this->tags); }), ]; } }