def get_by_id(id_: int) -> list[dict[str, Any]]: return Db.get_by_id(id_)
def get_by_id(id_: int) -> List[Dict[str, Any]]: return Db.get_by_id(id_)