namespace Domain.Models.Cache; public sealed record CacheItem { /// /// The amount of bytes that have been downloaded. /// public long Downloaded { get; set; } }