``` > db.sbtest1.countDocuments({}, { hint: { _id: 1 } }) 4000000 > db.sbtest1.countDocuments({}, { hint: { k1: 1 } }) ```