Both GET /api/partner/events and GET /api/partner/customFields endpoints now support pagination:
- Default limit: 25 items per page, max: 100 items per page
- Response format: Paginated responses include a meta object with total_count, current_page, total_pages, and per_page
- Consistent with existing pagination patterns across the Partner API