Should turn ```js _.map(this.data.items(), function (itm) { return itm.field(); }); ``` Into this ```js _.invoke(this.data.items(), 'field') ```