GraphQL TypesObjectsSearchResponseVersion: LatestSearchResponsetype SearchResponse { documents: [Document!]! documentsV2: [Document]! totalCount: Int! cursor: String} Fields