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