| name | data type | constraints | description |
|---|---|---|---|
| total | number | required int | Get the total number of all elements which reference one or more specified source elements. |
| pages | number | Get the total number of pages. | |
| folders | number | Get the total number of folder. | |
| templates | number | Get the total number of template. | |
| files | number | Get the total number of files. | |
| images | number | Get the total number of images. |
Example
{
"total" : 12345,
"pages" : 12345,
"folders" : 12345,
"templates" : 12345,
"files" : 12345,
"images" : 12345
}