include/lightspeed@data_ergonomics_Row.hrl
-record(row, {
id :: binary(),
revision :: integer(),
resource :: binary(),
attributes :: list({binary(), binary()})
}).
-record(row, {
id :: binary(),
revision :: integer(),
resource :: binary(),
attributes :: list({binary(), binary()})
}).