Targeted User Suggestions Response
class TargetedUserSuggestionsResponse(val department: List<Contact> = emptyList(), val jobTitle: List<Contact> = emptyList(), val tags: List<Contact> = emptyList(), val more: List<Contact> = emptyList())