$this->id, 'label' => $this->label, 'type' => $this->type->value, 'priority' => $this->type->getPriority(), 'sorting' => $this->sorting, 'editable' => $this->editable, 'selectable' => $this->selectable, ]; } public function jsonSerialize(): array { return $this->toArray(); } }