{
  "queryPlanner": {
    "namespace": "sample_airbnb.listingsAndReviews",
    "indexFilterSet": false,
    "parsedQuery": {
      "beds": {
        "$gt": 2
      }
    },
    "maxIndexedOrSolutionsReached": false,
    "maxIndexedAndSolutionsReached": false,
    "maxScansToExplodeReached": false,
    "winningPlan": {
      "stage": "FETCH",
      "planNodeId": 2,
      "inputStage": {
        "stage": "IXSCAN",
        "planNodeId": 1,
        "keyPattern": {
          "beds": 1
        },
        "indexName": "beds",
        "isMultiKey": false,
        "multiKeyPaths": {
          "beds": []
        },
        "isUnique": false,
        "isSparse": false,
        "isPartial": false,
        "indexVersion": 2,
        "direction": "forward",
        "indexBounds": {
          "beds": [
            "(2, inf.0]"
          ]
        }
      }
    },
    "rejectedPlans": [],
    "plannerVersion": 1
  },
  "executionStats": {
    "executionSuccess": true,
    "nReturned": 1432,
    "executionTimeMillis": 5,
    "totalKeysExamined": 1432,
    "totalDocsExamined": 1432,
    "executionStages": {
      "stage": "FETCH",
      "planNodeId": 2,
      "nReturned": 1432,
      "executionTimeMillisEstimate": 3,
      "advances": 1432,
      "opens": 1,
      "closes": 1,
      "saveState": 1,
      "restoreState": 1,
      "isEOF": 1,
      "innerOpens": 1432,
      "innerCloses": 1,
      "outerProjects": [],
      "outerCorrelated": [
        2
      ],
      "inputStage": {
        "stage": "IXSCAN",
        "planNodeId": 1,
        "nReturned": 1432,
        "executionTimeMillisEstimate": 3,
        "advances": 1432,
        "opens": 1,
        "closes": 1,
        "saveState": 1,
        "restoreState": 1,
        "isEOF": 1,
        "innerOpens": 1,
        "innerCloses": 1,
        "outerProjects": [],
        "outerCorrelated": [
          3,
          4
        ],
        "keyPattern": {
          "beds": 1
        },
        "indexName": "beds",
        "isMultiKey": false,
        "multiKeyPaths": {
          "beds": []
        },
        "isUnique": false,
        "isSparse": false,
        "isPartial": false,
        "indexVersion": 2,
        "direction": "forward",
        "indexBounds": {
          "beds": [
            "(2, inf.0]"
          ]
        },
        "docsExamined": 0,
        "keysExamined": 1432
      },
      "docsExamined": 1432,
      "keysExamined": 0
    }
  },
  "command": {
    "find": "listingsAndReviews",
    "filter": {
      "beds": {
        "$gt": 2
      }
    },
    "$db": "sample_airbnb"
  },
  "serverInfo": {
    "host": "addaleax2",
    "port": 27017,
    "version": "4.9.0-alpha4-346-g16aff18",
    "gitVersion": "16aff18cbb6b993ac325a50a59b1898d35cf08c3"
  },
  "ok": 1
}
