Context: Fetching the game list returns the entire database table, which will crash the server and client at scale.
Location: backend/modules/api/src/games.rs
Acceptance Criteria:
- Implement limit/offset pagination and return metadata (total_count, next_page).
Context: Fetching the game list returns the entire database table, which will crash the server and client at scale.
Location:
backend/modules/api/src/games.rsAcceptance Criteria: