Feed Unseen Count
{
"count_by_category": [
{
"id": "integer",
"count": "integer"
}
],
"total": "integer"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| count_by_category | list(object) | false | read-only | Total count of unread feed objects per category |
| » id | integer | true | read-only | Category [id] |
| » count | integer | true | read-only | Total count of unread feed objects for this category |
| total | integer | true | read-only | Total count of unread feed objects |