$this->id, 'name' => $this->name, 'subtitle' => (string) $this->subtitle, 'cover' => (string) $this->cover, 'media' => (string) $this->media, 'images' => $this->images, 'sell_price' => (string) $this->sell_price_format, 'vip_price' => (string) $this->vip_price_format, 'sales' => $this->sales, 'description' => (string) $this->description, 'attrs' => $this->attrs, 'stock' => $this->saleable_stock, 'weight' => (int) $this->weight, 'is_online' => $this->isOnline(), 'buynote' => (string) $this->when($this->relationLoaded('buynote'), function () { return $this->buynote?->content; }), 'growth_value' => (int) $this->growth_value, 'sales_value' => (int) $this->sales_value, ]; } }