export interface PageInfo {
    take: number;
    nextPageKey?: string;
}
