Search

fun Search(    pageSize: String,     count: String,     skip: Int,     page: Int,     products: List<SearchProduct> = arrayListOf())