editionCounts

abstract fun editionCounts(productTags: List<String>? = null, callback: (EditionCounts) -> Unit)

Returns a map of the form {year: {month: count}}, where count is the count of Editions that month. You can narrow the results down with productTags. An empty map is returned on errors.