*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'content' => $this->content, 'questions' => QuestionResource::collection($this->whenLoaded('questions')), ]; } }