Joined March 2013
·
Achievements
44 Karma
511 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Kona
Have at least one original repo where CoffeeScript is the dominant language
Charity
Fork and commit to someone's open source project in need
Your example does not wrap the results in a new Backbone Collection as your title says. Instead it wraps it in an Underscore object, that happens to have a .size() that acts the same as a Backbone Collection's .size() would. To actually wrap the results in a backbone collection you'll need something like this:
For a more generic way you could add this function to your base object, to demonstrate with working code I'll patch it into Backbone.Collection.