*/ public function toArray(Request $request): array { return [ 'library_id' => $this->library_id, 'name' => $this->name, 'parent_id' => $this->parent_id, 'sequence' => $this->sequence, ]; } }