I have following table: ``` CREATE TABLE files ( id INTEGER PRIMARY KEY DEFAULT NEXTVAL('seq'), duration INTEGER, audio STRUCT(path VARCHAR, bytes BLOB) ); ``` how can I use Appender for the struct field?