namespace View_by_Distance.Shared.Models; public record FilePair(string Path, bool IsUnique, bool? IsNotUniqueAndNeedsReview, List Collection, string? Match) { }