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