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