Git Source
struct TrackerMetadataStruct {
    string trackerName;
    bytes initialValue;
    bytes[] initialKeys;
    bytes[] initialValues;
    TrackerArrayTypes arrayType;
}