some (any)
popcollection.pop([options]) Remove and return the last model from a collection. Takes the same options as
clonecollection.clone() Returns a new instance of the collection with an identical list of models.
sortcollection.sort([options]) Force a collection to re-sort itself. You don't need to call this under normal circumstances, as a
chain
filter (select)
parsecollection.parse(response, options) parse is called by Backbone whenever a collection's models are returned by the server
synccollection.sync(method, collection, [options]) Uses Backbone
slicecollection.slice(begin, end) Return a shallow copy of this collection's models, using the same options as native
atcollection.at(index) Get a model from a collection, specified by index. Useful if your collection is sorted, and if your collection
Page 4 of 7