package models type NoteToEmote struct { Note Note NoteId string Emote Emote EmoteId string }