diff --git a/notes.go b/notes.go index 81d1d3961dc086508f1faa8b2f0349365d6fce0f..a08ab41232a12bc8aa69994f896519a8ab415e04 100644 --- a/notes.go +++ b/notes.go @@ -15,6 +15,7 @@ type Note struct { ID string `json:"id"` NotebookID *string `json:"notebook_id"` DateOn *Date `json:"date_on"` + Pinned bool `json:"pinned"` Sources []Source `json:"sources"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"`