result!
title "Transactions"

table(
	@transactions,
	formatted_amount: "Amount",
	note: "Note",
	created_at: {
		label: "Date",
		datatype: "xs:dateTime"
	}
)
