concept UserLine { S text; long typed; } static Concepts loadUserLines() { ret list(new Concepts(#1007394).load(), UserLine); }