I didn’t realize this until today that we had this officially available: if you are using Atlas 2.11.0 or greater, you can populate the results table “achilles_result_concept_count” for showing record count / person count / desc RC / desc PC in concept results using this endpoint:
Do you have security enabled? If so, it is not directly accessible from the browser, you’d need to authenticate with a security token. This is fixed in the new 2.12.1 release (https://github.com/OHDSI/WebAPI/issues/2183).
However, even this needs a workaround if you’re on Redshift. This SQL includes some casting to varchar that then don’t play nice with the inserts: https://github.com/OHDSI/WebAPI/issues/2194.
Changing the final insert to cast the concept ids back to ints avoids cast errors.