!7 concept Entry { S text; int index; } cmodule ELEListOfEverything > DynCRUD { L concepts() enter { ret asList(conceptsSortedByField(Entry, 'index)); } }