OBJECT
type PostSearchConnection {edges: [PostEdge] pageInfo: PageInfo! totalCount: Int! # The topics that are present in the search results.topics: [Topic] }