$this->id, 'name' => $this->name, 'cover' => (string) $this->cover, 'sell_price' => (string) $this->sell_price_format, 'vip_price' => (string) $this->vip_price_format, 'market_price' => (string) $this->market_price_format, 'amount' => (int) $this->pivot->amount ]; } }