Fetch multiple items by their IDs.
Future<Map<String, T>> readByIds(List<String> ids, {required String userId});