factory ChallengePageEntity.fromMap(Map<String, dynamic> json) => ChallengePageEntity( status: json["status"], data: Data.fromMap(json["data"]), );