Search Posts Response
data class SearchPostsResponse(val cursor: String? = null, val hitsTotal: Long? = null, val posts: ReadOnlyList<PostView>)
Parameters
hits Total
Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.