From the codebase, `DataLoader` provides generic type hint. The current implementation does not utilize this feature. ```python class DataLoader(Generic[_T_co]): ... ```