/// Global notification state.
#[derive(Clone, Debug, Default)]pubstructNotificationState{/// Total unread messages across all rooms
pubtotal_unread:u64,
/// Total highlight (mention) count across all rooms
pubtotal_highlights:u64,
/// Pending invites count
pubpending_invites:u64,
}