export interface Pagination {
    next_key: string;
    total: number;
}
