Permissions: -rw-r--r--
var Projects = Backbone.Collection.extend({ model: Project});var Tasks = Backbone.Collection.extend({ model: Task});