$this->product_id, 'name' => $this->product?->name, 'cover' => (string) $this->product?->cover, 'price' => (string) $this->product?->price, 'stock' => (int) $this->stock, ]; } }