this.pushRow(
      this.input.fields.map((field) => (
        escape ? Formatter.escape(field.name) : field.name
      )),
      separator,