Setting the paramter "limit" in API endpoint /shows results in a server error
Sending a GET
request like /api/v1/shows/?limit=10
results in a server error 500
whereas /api/v1/shows/
returns the expected result (a list of all shows). This only seems to happen with the shows
endpoint. E.g. /api/v1/timeslots/?limit=10
works properly.