Finds an existing model name that matches the structure
String? findExistingModel(Map<String, String> fields) { final signature = _getSignature(fields); return _structureToName[signature]; }