RecommendationResponse

fun RecommendationResponse(    results: List<Product>,     size: Int,     total: Int? = null,     paginationTimestamp: Long,     time: String,     resultId: String)