Věřím, že jsem na to přišel. Je to možné prostřednictvím metody different() :
// Get the distinct file IDs that correspond to each upload.
db.collection('media.chunks').distinct('files_id', function(error, results){
console.log('Distinct file ID results',results);
return res.status(200).send();
});