PlatformStats: {
    lastUpdated: number;
    monitoredUsernames: {
        isLive: boolean | null;
        username: string;
    }[];
    status: "online" | "offline";
    workerId: number;
}[]