challenges property
For the given quest there could be 0-to-Many challenges: mini quests that you can perform in the course of doing this quest, that may grant you rewards and benefits.
Implementation
@JsonKey(name:'challenges')
List<DestinyPublicMilestoneChallenge>? challenges;