struct TrackerStorage { mapping(uint256 policyId => uint256 trackerIndex) trackerIndexCounter; mapping(uint256 policyId => mapping(uint256 trackerIndex => Trackers)) trackers; }