using System.Collections.Generic; namespace API.DTOs; public sealed record CheckForFilesInFolderRootsDto { public ICollection Roots { get; init; } }