export interface RestPagination { currentPage: number itemsPerPage: number totalItems: number }