$this->name, 'images' => $this->images, 'description' => $this->description, 'skus' => ProductSkuSimpleResource::collection($this->whenLoaded('skus')), 'share_image'=> $this->share_image ?? '', 'share_title'=> $this->share_title ?? '', ]; } }