Future<List<Id>> putAllByUniqueKey(List<MediaItem> objects) { return putAllByIndex(r'uniqueKey', objects); }