export function pagination(data) {
  return new PaginationViewModel(data);
}