import {Event} from './event'; export class EventList { public events: Array; public totalCount: number; }