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