diff --git a/v1/types.go b/v1/types.go index af14df1..2daf9e5 100644 --- a/v1/types.go +++ b/v1/types.go @@ -434,6 +434,7 @@ type ( AttachmentList struct { Items []Attachment `json:"items"` + Note string `json:"note"` } Attachment struct {