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