i´m really new using mongoDB and node.js, im trying to limit the number of download per file in my server. i´m using gridfs to storage the file on the data base and after generate a link to be able to download the file i need to limit number of download for each file but have no idea how to do it.