以下哪个命令可以用来检查名为user的集合的大小?( )
db.stats({collection: user})
db.user.stats()
db.user.findStats()
db.user.find({stats:1})