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