Concept Flow - $gt and $gte for greater than
Start Query
Check $gt or $gte condition
$gt: value > target?
Include document
Exclude document
$gte: value >= target?
Include document
Exclude document
Return filtered documents
The query checks each document's field against $gt or $gte conditions to include only those with values greater than (or equal to) the target.