let start = Date.now()
for (Date.now() < start + 10 * 1000 ) {
}
db.collection("customers").find({ id: { $in: [ 390, 754, 454 ] } }, { _id: 0, name: 1 })
let res = await collection.findOne({username:userName},{projection:{id : 1, username : 1}});