/Chores?page=1&pageSize=10. This endpoint takes the user's claims and pulls a list of that users chores, paginating them as requested. This seems to work fine from the debugger, with the Controller showing 10 chores (a full page) and a total chore count of 26 (see image 1) being returned as a JsonResult. However, the response I receive when querying this endpoint via Swagger UI is an empty object {} (image 2), even though the response is 200 and I know the controller function returned valid data.
