Boundary box query on polygon do not return any results

i am doing a boundary box query on a polygon shape stored as geo json object but it is not returning any result

{
 geometry: 
    { $geoWithin: 
        { $box:  
            [ [-73.995762,40.764826], [-73.934034,40.802038] ] 
        } 
    }                       
}

Hi @anubhav_tarar,

Were you able to resolve this issue?

If not, please provide some example documents that you are expecting to match this query.

Thanks,
Stennie