When calling the endpoint v1/Weather/SnowReport with pagination parameters (e.g. pagesize=1&pagenumber=1, these parameters are completely ignored. The API always returns all available records instead of just the requested page.
Example request:
GET https://tourism.opendatahub.com/v1/Weather/SnowReport?pagesize=1&pagenumber=1
Expected behavior:
Only 1 record should be returned (since pagesize=1).
Actual behavior:
All records are returned (26), and the metadata says TotalPages: 1.