remove(target) {
    if (target == null || !this.data.keys) {
      return;
    }