getPicturesContributedProducts

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