Type Alias OffsetPagination

OffsetPagination: {
    skip: number;
    total: number;
}