Is there a built-in to determine how many batches(pages) are returned from a query? or do I have to ... batch_size_max=sequence-step-size batches_total="(_.len(results)-1)/batch_size_max+1" Thanks, Trevor