Git Source
struct TrackerMetadataStruct {
    mapping(uint256 policyId => mapping(uint256 trackerIndex => string)) trackerMetadata;
}