NotificationCount number of unread notifications
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "NotificationCount", "description": "NotificationCount number of unread notifications", "type": "object", "properties": { "new": { "type": "integer", "format": "int64", "x-go-name": "New" } }, "x-go-package": "forgejo.org/modules/structs" }