Object counts for the publish info
| name | data type | description |
|---|---|---|
| toPublish | number | Number of objects to publish |
| delayed | number | Number of delayed objects |
| published | number | Number of objects, which are already published in the current publish process |
| remaining | number | Number of objects remaining to be published in the current publish process |
Example
{
"toPublish" : 158,
"delayed" : 0,
"published" : 22,
"remaining" : 136
}