shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/collection/products/count HTTP/1.1 OK content-type: application/json; charset=utf-8 location: /_api/collection/products/count x-content-type-options: nosniff { "error" : false, "code" : 200, "type" : 2, "status" : 3, "name" : "products", "waitForSync" : true, "objectId" : "69158", "cacheEnabled" : false, "statusString" : "loaded", "id" : "69159", "count" : 100, "isSystem" : false, "globallyUniqueId" : "h34D5FCD00B2F/69159", "keyOptions" : { "allowUserKeys" : true, "type" : "traditional", "lastValue" : 69362 } }