Database

[{"collection":"collection","count":100,"content":{"key":{"type":"string","minLength":4,"maxLength":4,"maxDistinctValue":13}}}]

Query

db.collection.aggregate([{/** sort by count on key*/"$sortByCount":"$key"},{/** change _id to key for nice output*/"$set":{"key":"$_id","_id":"$$REMOVE"}}])

Result