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