typedef struct DictEntryStruct
{
    Vector *status;
    Vector *entries;
} Entry;

