Models

from typing import Optional, List, Dict, Union, Any, Literal


class AlarmCount:
    cleared_count: Optional[int]
    count: Optional[int]