TotalKeyExamined in executionStats is very high when i have only two document

Hello , I hope all are doing well .
I have following query

db.getCollection('hyperlocalpage').find({ 
            "loc":{'$near':{'$geometry': { 'type': "Point",  'coordinates': [ 77.3910265,28.5355161 ] }}},
            "appId": "37c6b6993004",
            "hyperlocalPageId": "hyperlocal_1594025116527_65",
            "status": 1,
            "catId": "5f031713b07c2b01924e5b6c",
            
            
    }).explain('executionStats');

when i am watching the executionStats that is 41681 that is too high when i have only 2 documents .i am not getting why is this so high.

Attaching screen for Index and Result of the query.