SmartQuery.addRule(Posts, {
filter: function (document) {
return true;
}
// fields: function () {
// return ["_id", "title", "body"];
// }
});