SearchPostsSkeletonResponse
data class SearchPostsSkeletonResponse(val cursor: String? = null, val hitsTotal: Long? = null, val posts: List<SkeletonSearchPost>)
Parameters
hitsTotal
Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.