Is your feature request related to a problem? Please describe.
the backend already supports pagination, but the frontend currently does not utilize this feature, leading to performance issues when loading large datasets.
Describe the solution you'd like
Update the existing TanStack Query hooks to handle pagination by leveraging the backend’s pagination support.
Is your feature request related to a problem? Please describe. the backend already supports pagination, but the frontend currently does not utilize this feature, leading to performance issues when loading large datasets.
Describe the solution you'd like Update the existing TanStack Query hooks to handle pagination by leveraging the backend’s pagination support.
Describe alternatives you've considered
Additional context