diff --git a/engagement.go b/engagement.go index 42a5b03..1b79c38 100644 --- a/engagement.go +++ b/engagement.go @@ -332,6 +332,9 @@ type Item struct { // How the user should be notified of this new item, if at all NotificationChannels []Channel `json:"notificationChannels,omitempty" firestore:"notificationChannels,omitempty"` + + // FeatureImage represents the image associated to a post + FeatureImage string `json:"feature_image"` } // ValidateAndUnmarshal checks that the input data is valid as per the