List<Map<String, dynamic>> makeMany(int count, [Map<String, dynamic>? attributes]) { return List.generate(count, (index) => make(attributes)); }