getProductByBrands

@GET(value = "brand/{brand}/{page}.json")
abstract suspend fun getProductByBrands(    @Path(value = "brand") brand: String,     @Path(value = "page") page: Int,     @Query(value = "fields") fields: String): Search