Finds the first link with the given relation.
Link? firstWithRel(String rel) => firstOrNullWhere((it) => it.rels.contains(rel));