import { Card } from './card.model'; export class CardCollection { public cards: Card[]; public count: number; public total: number; }