@override Commit fromJson(Map<String, dynamic> json) { return Commit.fromJson(translate(json, Commit.knownProps)); }