List<Id> putAllByUrlSync(List<Repo> objects, {bool saveLinks = true}) { return putAllByIndexSync(r'url', objects, saveLinks: saveLinks); }