From 84a3ecd4c576e7051b7b9887ff9ed8b62172a0b7 Mon Sep 17 00:00:00 2001 From: Abe Massry Date: Mon, 2 Sep 2019 11:15:44 -0400 Subject: [PATCH] add cover_image to search results (#30) --- search.go | 1 + 1 file changed, 1 insertion(+) diff --git a/search.go b/search.go index c7aa4ed..92e4b0d 100644 --- a/search.go +++ b/search.go @@ -80,6 +80,7 @@ type Search struct { type Result struct { Style []string `json:"style,omitempty"` Thumb string `json:"thumb,omitempty"` + CoverImage string `json:"cover_image,omitempty"` Title string `json:"title,omitempty"` Country string `json:"country,omitempty"` Format []string `json:"format,omitempty"`