$this->id, 'company_name' => $this->company_name, 'cnpj' => $this->cnpj, 'category_id' => $this->category_id, 'category' => $this->whenLoaded('category', fn() => new CategoryResource($this->category)), 'responsible' => $this->responsible, 'discount_percentage' => $this->discount_percentage, 'description' => $this->description, 'logo' => $this->whenLoaded('logo', fn() => $this->logo ? new MediaResource($this->logo) : null), ]; } }