SmartSearchResponse

fun SmartSearchResponse(    results: List<Product>,     size: Int,     total: Int,     facets: Map<String, <ERROR CLASS>>? = mapOf(),     time: String,     paginationTimestamp: Long,     resultId: String)