JaeAeich/CampusHub

feat: implement pagination

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
We would require paginated data, to be able to render efficiently on the front end. The URL should take page_size as query parameter.

Some fields I can think of would be required for a good pagination are:

  • next page cursor
  • prev page cursor
  • total items
  • page number