Column definitions
Each column has a key, label, and type:- key — Machine-readable identifier (snake_case). Used to access data in rows.
- label — Human-readable name shown in exports and the dashboard.
- type — The data type Lasso should extract. See below.
- required — Whether this column must have a value for every row.

