I used this command: schemats generate -c 'postgres://postgres:postgres@localhost/postgres' -t 'user_map_table' -o schemas/user-map.ts and I got:  but shouldn't it be `object` not `Object`?  it's more consistent I think
I used this command:
schemats generate -c 'postgres://postgres:postgres@localhost/postgres' -t 'user_map_table' -o schemas/user-map.ts
and I got:
but shouldn't it be
objectnotObject?it's more consistent I think