*/ public function toArray(): array { return [ 'id' => $this->id, 'title' => $this->title, 'quantity' => $this->quantity, 'price' => $this->price, 'subtotal' => $this->subtotal, 'image' => $this->image, ]; } }