It is probably handy to support maxResults optional parameter for the paged iterations to cap the number of elements.
This is useful specifically for NodeJS because paged iteration invokes the method calls to reach to the end of the list and then convert it to an array -- other languages like Python or Ruby invoke the method lazily when the newer elements are required.