Pagination includes last thread when limit is greater than the number of threads
When querying ticket thread pages, I always get back the last result when the 'from' parameter is greater than the number of threads. For example, if I set from to 100 when querying a ticket with 5 threads, the response contains the 5th thread. I would expect either a non 200 response or at least an empty data list.