static L dm_discord_allLines() { ret map((L) dm_call(dm_gazelle_linesCRUD(), 'concepts), func(O o) -> GazelleLine { nu GazelleLine( timestamp := _get created(o), text := _get text(o)) }); }