From bae8509b5d92a51d498fc668d2d00835f28cc225 Mon Sep 17 00:00:00 2001 From: milindpurswani Date: Thu, 1 Sep 2022 20:31:19 -0700 Subject: [PATCH] fix #4 --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 540281e..f454956 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,6 @@ type ResponseStruct struct { Status int `json:"status"` APIQuery string `json:"api_query"` SearchIdentifier SearchIdentifier `json:"search_identifier"` - TotalResults int `json:"total_results"` TotalPages int `json:"total_pages"` CurrentPage int `json:"current_page"` SearchResult []SearchResult `json:"search_result"`