$this->id, 'customfield' => $this->customfield->name, 'value' => $this->value, 'customfieldoption' => $this->customfieldoption ? $this->customfieldoption->toArray() : null, ]; } }