// This collection stores all the documents. // Note: not Documents, but this.Documents, because of the editing package (?) this.Documents = new Mongo.Collection("documents"); // This collection stores sets of users that are editing documents. EditingUsers = new Mongo.Collection("editingUsers");