I have this simple function to add a Folder to a collection called \'Folders\'.
folderAdded: function(folder) { this.folders.add(folder);
You can use unshift method of the collection.
Add a model at the beginning of a collection. Takes the same options as add