import { DaffCountable } from '@daffodil/core'
Represents an entity that contains a countable number of items.
interface DaffCountable { count: number }
number
The number of items contained or tracked by this entity.