EntityObject: {
    cdate: number | null;
    guid: string | null;
    mdate: number | null;
    tags: string[];
    [k: string]: any;
}