interface ISyncableCollection
{
    _id:string;

    createdAt:Date;
    updatedAt:Date;
    deleted:boolean;
}