Response containing object counts in folders
| name | data type | constraints | description | 
|---|---|---|---|
| folders | number | required int | the folders | 
| pages | number | required int | the pages | 
| templates | number | required int | the templates | 
| images | number | required int | the images | 
| files | number | required int | the files | 
| Properties inherited from GenericResponse | |||
| messages | array of Message | Messages contained in the response (which should be shown to the user) | |
| responseInfo | ResponseInfo | ||
Example
{
  "folders" : 12345,
  "pages" : 12345,
  "templates" : 12345,
  "images" : 12345,
  "files" : 12345,
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}