Create an CreditList from JSON
factory CreditList.fromJson(Map<String, dynamic> json) => _$CreditListFromJson(json);