====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class InProgressCount: in_progress_count: Optional[int]