diff --git a/contact.go b/contact.go index 2bff906..eb9c6d4 100644 --- a/contact.go +++ b/contact.go @@ -10,7 +10,7 @@ type ContactService struct { // ContactList holds a list of Contacts and paging information type ContactList struct { Pages PageParams - Contacts []Contact + Contacts []Contact `json:"data"` ScrollParam string `json:"scroll_param,omitempty"` }