getProductsByContributor

@GET(value = "contributor/{contributor}/{page}.json?nocache=1")
abstract suspend fun getProductsByContributor(    @Path(value = "contributor") contributor: String,     @Path(value = "page") page: Int,     @Query(value = "fields") fields: String): Search