!7 concept User { long userID; S name; } sclass Reaction { User user; S emoji; } concept Line { long msgID; bool bot, isPrivate; User author; S text; new L reactions; } cmodule GLines > DynCRUD { }