import { Invite } from './invite.model'; export class InviteCollection { public invites: Invite[]; public count: number; public total: number; }