Can you confirm if pagination is properly implemented for the ticket fields endpoint or not? In my case, I get a count of 102. This means that when I query page 1, I should get 100 items and when I query page 2, I should get 2 items. Similarly, when I query page 3, I shouldn't get anything.
However, currently, when I query page 1, I get 102 items instead of 2. Even if I query a random number let's say page # 80, I still get 102 items. Is this behavior expected?
The behavior for other endpoints seem to work okay. It's just this one endpoint that's creating an issue.