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