export default class MediaCount { public Type: string = ""; public Count: number = Number.MIN_VALUE; }