Metadata about the notifications result
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/InAppNotificationsMetadata.json", "title": "InAppNotificationsMetadata", "type": "object", "description": "Metadata about the notifications result", "properties": { "notSeen": { "type": "integer", "format": "int32", "description": "Count of unseen notifications", "example": 5 } } }