Returns the number of collections where the given asset is related to. This number is stored in the header->item_count_total. The
/asset/$asset_id/collections/count [GET]
This call needs EGA authentication.
| Parameter (Type) | Description | Required | Default value | Max. length |
|---|---|---|---|---|
| asset_id (ALPHA_NUM) | The asset ID. | Required | - |
/asset/1kr9rRFs6ljcBNNtpM8T5AI3/collection/count
<header> <item_count>0</item_count> <item_count_total>1</item_count_total> <item_offset>0</item_offset> ... </header>