Question: You would like the stats() command to return kilobytes instead of bytes. Which command should you run?
- `db.vehicle.stats(1024)`
- `db.vehicle.stats("kilobytes")`
- `db.vehicle.stats(true)`
- `db.vehicle.stats("kb")`
Answer: The correct answer of the above question is Option A:`db.vehicle.stats(1024)`