package models // A binding of one note to one emote type NoteToEmote struct { ID uint64 `gorm:"primarykey"` Note Note NoteId string Emote Emote EmoteId string }