CountType

enum CountType : Int, CaseIterable

An int-valued enum that defines what each value in the counts array means. For API staibility it’s best if we only add values to the end of the list; causing existing elements to change threir index could cause confusion.