I've created two separate Model objects mapped to two different Dynamo tables.
When I'm done, both Models wind-up referencing the same Schema instance.
I think this is related to how prototypes are being used in model.js, but I'm not sure.
Is there something special I have to do to use more than one table with dynamodb-model?