/**
  * @return Field[]
  */
 public function getExportColumns()
 {
     return $this->configurator->getExportFields();
 }