dropKey: {
        configurable: true,
        value (s) {
          return this.map(o => _(o).drop(s)._);
        }