fixed

Fixed pagination for GET v4/savedLists

The Saved Lists endpoint accepts pagination parameters, but until now was not respecting them and would only return the first page of randomly-ordered results. This has been fixed, and the endpoint now respects both the $top and $skip parameters and orders by the savedListId property, allowing retrieving all Saved Lists.