export interface IPaginationOptions {
    from: number;
    size: number;
}
