milestones property
Milestones are related to the simple progressions shown in the game, but return additional and hopefully helpful information for users about the specifics of the Milestone's status.
Implementation
@JsonKey(name:'milestones')
Map<String, DestinyMilestone>? milestones;