export class Pandemic { Name: string; TotalMK: BigInt; ActiveMK: BigInt; DeathsMK: BigInt; NewMK: BigInt; TotalGlobal: BigInt; DeathsGlobal: BigInt; ActiveGlobal: BigInt; }