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