!7 concept Fact { S fact; } module Facts > DynCRUD { *() { super(Fact); } // API LS getFacts() { ret collect('fact, list(Fact)); } }