diff --git a/pkg/internal/models/attachments.go b/pkg/internal/models/attachments.go index 7e15b9b..3b0a09d 100644 --- a/pkg/internal/models/attachments.go +++ b/pkg/internal/models/attachments.go @@ -51,4 +51,7 @@ type Attachment struct { PoolID *uint `json:"pool_id"` AccountID uint `json:"account_id"` + + // Outdated fields, just for backward compatibility + IsMature bool `json:"is_mature"` }