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