hi frederic,
On 17.10.2012, at 11:45, frederic font corbera wrote:
> this is a documentation bug. The idea is that all resources that retrieve lists or paginated lists of objects return a dictionary with the total number of objects ("num_results"), and the actual objects as an array inside the dictionary (in the bookmark categories case, under "categories" array). In the case of paginated results this dictionary also contains the "next", "previous" and "num_pages" properties, and "num_results" correspond to the total number of objects including all pages, not only the current one.
ah ok, makes sense. so just to clarify, can the bookmark categories be paginated, or are they always returned in a flat list within the response object?
<sk>