Do mongodb has any method to sort number before alphabet?
For example: 1, 2, 3, 4, - I used collation({locale: "en_US", numericOrdering: true})
collation({locale: "en_US", numericOrdering: true})