!7

concept AudioFile {
  S path;
  S voiceContent; // none, all, part
  S comments;
  
  sS _fieldOrder = "path voiceContent comments";
}

cmodule VADTrainingDB > DynCRUD<AudioFile> {
}