Page.find() filter options

Is here any option of page.find() function??
For example, i use it in loop and i want filter the result that returned just 5 (top/last) pages, not all pages.

Thanks

You can get a partial set of the results using the slice filter and also order using a combination of sortbykey and reverse

thanks for answer! Will try it asap

works very well, thank so much dude :smiley: