shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/collection/products/count HTTP/1.1 undefined content-type: application/json; charset=utf-8 location: /_api/collection/products/count x-content-type-options: nosniff { "error" : false, "code" : 200, "type" : 2, "statusString" : "loaded", "keyOptions" : { "allowUserKeys" : true, "type" : "traditional", "lastValue" : 102734 }, "status" : 3, "name" : "products", "id" : "102429", "journalSize" : 33554432, "isVolatile" : false, "waitForSync" : true, "indexBuckets" : 8, "globallyUniqueId" : "hD1CC574CBE4/102429", "isSystem" : false, "doCompact" : true, "count" : 100 }