diff --git a/hourglass/collections/main.js b/hourglass/collections/main.js index 000472c..57a4efd 100644 --- a/hourglass/collections/main.js +++ b/hourglass/collections/main.js @@ -21,6 +21,7 @@ classes.schema = new SimpleSchema({ moderators: {type: [String], optional: true}, banned: {type: [String], optional: true}, blockEdit: {type: [String], optional: true} + subscribers: {type: Number, optional: true} }); work.schema = new SimpleSchema({