*/ public function toArray(Request $request): array { return [ 'identifier' => $this->identifier, 'name' => $this->name, 'description' => $this->description, 'url' => $this->url, 'icon' => $this->icon, 'is_active' => (bool) $this->whenPivotLoaded('services_memberships', fn () => $this->pivot->is_active), ]; } }