include/lightspeed@data_ergonomics_Row.hrl

-record(row, {
    id :: binary(),
    revision :: integer(),
    resource :: binary(),
    attributes :: list({binary(), binary()})
}).