I have an instance-based access control system, which prevents to calculation of the total number of records for a query. To get this information I have to fetch all records from the database and check the access permissions for the current user. This slows down my application. Is paging possible with Ext GWT, also without the total number?