Meteor 2.7 version has replaced have "field" with "projection" key in _cursorDescription.options, which cause the error
publish-counts: Collection cursor has no field limits and will fetch entire documents. consider specifying only required fields
if countFromFieldLength method is used to get the count from the document field,
Meteor 2.7 version has replaced have "field" with "projection" key in _cursorDescription.options, which cause the error
publish-counts: Collection cursor has no field limits and will fetch entire documents. consider specifying only required fieldsif
countFromFieldLengthmethod is used to get the count from the document field,