*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'value' => $this->value, 'label' => $this->label, 'sort_order' => $this->sort_order, 'metadata' => $this->metadata, ]; } }