sensedeep / dynamodb-onetable

DynamoDB access and management for one table designs with NodeJS
https://doc.onetable.io/
MIT License
689 stars 109 forks source link

fix: count: true param issue fix for find method #485

Closed yousafhanif6186 closed 1 year ago

mobsense commented 1 year ago

The next property must not be enumerable in items[]. It should be accessible, but not be enumerable.

We've applied the change to define count, but can't merge this pull request.