$this->id, 'sku_id' => $this->sku_id, 'name' => $this->name, 'cover' => $this->cover, 'specs' => array_values((array) $this->specs), 'quantity' => $this->quantity, 'total_amount' => $this->total_amount_format, ]; } }