CouchBase 4.0 XDCR Replication Issue

When I run: <cbq> SELECT * FROM travel-sample;

My output is:

                    "day": 6,
                    "flight": "AF202",
                    "utc": "18:10:00"
                },
                {
                    "day": 6,
                    "flight": "AF284",
                    "utc": "16:33:00"
                }
            ],
            "sourceairport": "TLV",
            "stops": 0,
            "type": "route"
        }
    }
],
"status": "success",
"metrics": {
    "elapsedTime": "19.845874548s",
    "executionTime": "19.845836553s",
    "resultCount": 31569,
    "resultSize": 101111696
}

}

When you run: SELECT * FROM travel-sample;

A. Is the resultCount returning 31569 & the total JSON OUTPUT only returning 1978
or
B. Is the resultCount returning 1978 & the total JSON OUTPUT only returning 1978