yesod-dsl-0.1: codegen/return-fields.cg
return $ object [
"result" .= map (\~{intercalate " " params} -> object [
~{intercalate ",\n" fields}
]) result,
"totalCount" .= (T.pack $ (\(Database.Esqueleto.Value v) -> show v) (head (count)))
]