The top property describes how many items are at most returned per request / per page. If a server responds with a lower top value than what the client originally asked for, then that means the server has imposed a lower limit than what was requested.
If no page size is requested, the server will still populate the top property with it's default limit.
Maybe this part should be included in the Foundation API?