$this->id, 'code' => $this->code, 'name' => $this->name ?? $this->admin_name, 'options' => AttributeOption::collection($this->options), ]; } }