export type PaginationMessages = {
  next: string;
  previous: string;
  first: string;
  last: string;
};
