diff --git a/EasyPost/Models/Shared/PaginatedCollection.cs b/EasyPost/Models/Shared/PaginatedCollection.cs index ee178ada2..427f12234 100644 --- a/EasyPost/Models/Shared/PaginatedCollection.cs +++ b/EasyPost/Models/Shared/PaginatedCollection.cs @@ -23,11 +23,6 @@ public abstract class PaginatedCollection : EasyPost._base.EasyPostObj /// internal BetaFeatures.Parameters.BaseParameters? Filters { get; set; } - /// - /// The filter parameters used to retrieve this collection. - /// - internal BetaFeatures.Parameters.BaseParameters? Filters { get; set; } - /// /// Get the next page of a paginated collection. ///