1
2
3
4
pub struct Pagination {
  pub page: u64,
  pub size: u64,
}