/** * Race stats data transfer object * Global race statistics */ export interface RaceStatsDto { totalRaces: number; }