get random mongodb entry
@Aggregation(pipeline={"{$sample:{size:1}}"})
aggregation match
@Aggregation(pipeline = {
"{'$match':{'transaction_type': ?0, 'price' : {$gt : ?1}}",
})
Tags: [
]