I have a table with āamountā column (Balances for example)
Amounts are stored in Wei (strings).
Iām quering my table with aggregate(pipeline) method.
I need to filter all records where āamountā >= N (also Wei string)
for now, options like $gte, $lte are executed with strings and not numbersā¦
How can I achieve that filtering?