Rest API: Extend /v1/matches with filters and begin/end indices such that the number of returned matches is limited
Currently an API call to /v1/matches with an empty gameVersion would result in returning all matches which are stored in the database. This would most likely break alolstats or the browser. Implement a filtering system and begin/end indices like the original Riot API to filter and limit the amount of matches fetched.