getProductsByPhotographer

@GET(value = "photographer/{Photographer}.json?nocache=1")
abstract suspend fun getProductsByPhotographer(@Path(value = "Photographer") photographer: String): Search