We show objects like
{ min: { a: 7 }, max: { a: 9 }, 'on shard': 'shard02', 'last modified': Timestamp(0, 3) },
instead of e.g. the legacy shell variant
{ "a" : 7 } -->> { "a" : 9 } on : shard03 Timestamp(3, 0)
which is admittedly more readable, even though we only show per-chunk info when there are 20 chunks at most/verbose output was explicitly requested.