export interface Counter { collection: 'counter'; key: string; value: number; }