EpochPage: {
    data: EpochInfo[];
    hasNextPage: boolean;
    nextCursor: string | null;
}