package models type FavoriteList struct { Posts []Post `json:"posts,omitempty"` }