I would like to know how to limit a query (server side. My knowledge is Meteor). For example, the comments of a particular post instead of retrieving all the comments in database.
I want it to be limited server side to avoid malicious client to fetch all the data of the database.
Thanks.