package models type NoteToAttachment struct { Note Note NoteId string Attachment MediaMetadata AttachmentId string }