Correct Answer : var myCollection = Backbone.Collection.extend({ parse: function(response) { return response.slice(0,20); } });