getProductsByManufacturingPlace

@GET(value = "manufacturing-place/{manufacturing-place}/{page}.json")
abstract suspend fun getProductsByManufacturingPlace(    @Path(value = "manufacturing-place") manufacturingPlace: String,     @Path(value = "page") page: Int,     @Query(value = "fields") fields: String): Search