find
mongoclient
collection
clnt: MongoClient, ... const fullCollectionCursorPair = await clnt.runCommand(dbname, { find: collectionName, filter: {}, });
.hasNext()
.next()
.map()
.toArray()
collection.find
class CommandCursor<T>