diff --git a/src/Momento.Sdk/Responses/CacheListFetchResponse.cs b/src/Momento.Sdk/Responses/CacheListFetchResponse.cs index 9eeded14..fd815af4 100644 --- a/src/Momento.Sdk/Responses/CacheListFetchResponse.cs +++ b/src/Momento.Sdk/Responses/CacheListFetchResponse.cs @@ -72,7 +72,7 @@ public Hit(_ListFetchResponse response) return new List(values.Select(v => v.ToStringUtf8())); }); - ListLength = checked((int)values.Count); + ListLength = values.Count; } ///