from typing import List, Tuple
async def aggregate_salaries(dt_from: str, dt_upto: str, group_type: str) -> Tuple[List[int], List[str]]:
pipeline = [
]
return {"dataset": None, "labels": None}