Ordinal suffixes in order:
1, 2, 3, other
For example: "st", "nd", "rd", "th"
"st", "nd", "rd", "th"
@override List<String> get ordinalSuffixes => ["th", "st", "nd", "rd"];