query getAutoCompleteResults($input: AutoCompleteInput!) { autoComplete(input: $input) { query suggestions } } query getSearchResults($input: SearchInput!) { search(input: $input) { start count total entities { urn type ... on Dataset { name origin description uri platformNativeType tags properties { key value } created { time } lastModified { time } ownership { owners { owner { urn type username info { active displayName title firstName lastName fullName } editableInfo { pictureLink } } type } lastModified { time } } } ... on CorpUser { username info { active displayName title firstName lastName fullName } editableInfo { pictureLink } } } facets { field aggregations { value count } } } }