parsecollection.parse(response, options) parse is called by Backbone whenever a collection's models are returned by the server
shiftcollection.shift([options]) Remove and return the first model from a collection. Takes the same options as
rest (tail, drop)
countBy
modelIdcollection.modelId(attrs) Override this method to return the value the collection will use to identify a model given its attributes
reject
findWherecollection.findWhere(attributes) Just like where
map (collect)
pluckcollection.pluck(attribute) Pluck an attribute from each model in the collection. Equivalent to calling map and
sortBy
Page 6 of 7