export interface IQueryPaginationProps { page: number limit: number skip: number }