My organization receives "resolution" reports monthly from Crossref for a DOI prefix we maintain. I am hoping to access these data programmatically using this package, but I can't find information about whether resolution counts are available through the REST API and therefore, this R package. We can get total number of citations referencing each DOI using the is.referenced.by.count field and your function cr_citation_count(), but not resolutions. Any idea if this is available and I am just somehow missing it?