I need to process through every entry of a 1TB MonogDB collection, so I was thinking I should be able to do something like
const length = db.collection.count() co