*/ public function toArray(Request $request): array { return [ "id" => $this->id, "name" => $this->name, "code" => $this->code, "sheet" => $this->sheet, "type" => $this->type, "category" => $this->category, "subcategory" => $this->subcategory, "structure" => $this->structure ]; } }