queryPage abstract method
Implementation
Future<List> queryPage(String collectionId,
{required Map<String, QueryValue> where,
required Map<String, OrderDirection> orderBy,
int? limit,
int? offset, // appwrite only
List<Object?>? startAfter});