const documents = await Model.find({}); documents.forEach(doc => { // do something with the document });