*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'uuid' => $this->uuid, 'name' => $this->name, 'url' => $this->url, 'description' => $this->description, 'price' => $this->price, 'image' => $this->image, ]; } }