package models type Link struct { FromNoteID int ToNoteID int Raw string }