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, "statusString" : "loaded", "name" : "products", "keyOptions" : { "allowUserKeys" : true, "type" : "traditional", "lastValue" : 103518 }, "journalSize" : 33554432, "isVolatile" : false, "status" : 3, "count" : 100, "doCompact" : true, "globallyUniqueId" : "h5331ECB73D56/103213", "type" : 2, "indexBuckets" : 8, "waitForSync" : true, "id" : "103213", "isSystem" : false }