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