append(...children) {
    if (!this.proxyOf.nodes) this.nodes = []
    return super.append(...children)
  }