export type MetaPagination = {
  page: number
  limit: number
  total: number
  totalPages: number
}
