diff --git a/Abstractions/NexusMods.Abstractions.Steam/DTOs/ManifestInfo.cs b/Abstractions/NexusMods.Abstractions.Steam/DTOs/ManifestInfo.cs
index 8c48741cb..e2aeb3c6d 100644
--- a/Abstractions/NexusMods.Abstractions.Steam/DTOs/ManifestInfo.cs
+++ b/Abstractions/NexusMods.Abstractions.Steam/DTOs/ManifestInfo.cs
@@ -15,12 +15,12 @@ public class ManifestInfo
public required ManifestId ManifestId { get; init; }
///
- /// The size of the downloaded files
+ /// The size of the downloaded files, decompressed
///
public required Size Size { get; init; }
///
- /// The size of the files on the CDN
+ /// The size of the files, compressed
///
public required Size DownloadSize { get; init; }
}