export class Subscription { userId: string; targetId: string; subjectType: string; created: Date; updated: Date; }