Considering that result list of Customers, Invoices etc might be huge to avoid performance issues is it a way to list them using batching, for example ask for first 1000 entries matching some criteria?
Checking Context and CustomerCriteria (just as an example) I don't see any properties that allow me to implement pagination.
Am I missing anything?