List<Link> allWithRel(String rel, {MediaType? type}) => links.where((element) => element.matches(rel, type)).toList();