Simple pagination without total count (faster)
Future<Map<String, dynamic>> simplePaginate({ int perPage = 15, int page = 1, });