Lista registros paginados.
@override Future<List<Map<String, Object?>>> list( String table, { required int limit, required int offset, String orderBy = 'id', bool desc = true, }) async => _unsupported();