List<String> withoutRowIdColumn(List<String> columns) => columns.where((c) => c != kDbLensRowIdColumn).toList();