Map<String, dynamic> withoutRowIdEntry(Map<String, dynamic> row) => Map.fromEntries(row.entries.where((e) => e.key != kDbLensRowIdColumn));