$this->id, 'organisation_id' => $this->organisation_id, 'label' => $this->label, 'slug' => $this->slug, 'field_type' => $this->field_type->value, 'options' => $this->options, 'normalized_options' => $this->normalized_options, 'tag_categories' => $this->tag_categories, 'is_required' => $this->is_required, 'is_filterable' => $this->is_filterable, 'is_portal_visible' => $this->is_portal_visible, 'is_admin_only' => $this->is_admin_only, 'help_text' => $this->help_text, 'sort_order' => $this->sort_order, 'display_width' => $this->display_width->value, 'is_system' => $this->is_system, 'is_active' => $this->is_active, 'created_at' => $this->created_at->toIso8601String(), 'updated_at' => $this->updated_at->toIso8601String(), ]; } }