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