get lastField() {
    if (this.fields.length) {
      return this.fields[this.fields.length - 1]
    } else {
      return null