$this->id, 'name' => $this->name, 'description' => $this->description, 'postcount' => $this->postcount, 'topiccount' => $this->topiccount, 'moderators' => UserResource::collection($this->whenLoaded("moderators")), ]; } }