$this->id, 'name' => $this->name, 'slug' => $this->slug, 'description' => $this->description, 'sort_order' => $this->sort_order, 'seo_title' => $this->seo_title, 'seo_description' => $this->seo_description, 'media' => MediaResource::collection($this->whenLoaded('media')), ]; } }