from typing import Optional, List, Dict, Union, Any, Literal class CountResponse: count: Optional[int]