I just missed a points multiplier question that went something like this:
If you make a request with pageSize=200 and there are 250 objects, what does the server return?
I thought the answer should be “200 items”, but the “correct” answer is that the server returns an error?
Is this right? Looking at Rest Data Paging docs didn’t help me be any more confident in this answer.