Describe the bug
Fetching a "Persons" property from a database entry (e.g. "Assignees") returns only the first person as an object instead of returning a list of people.
Setting the property strangely enough demands a list of people instead of just a single value (which is more in line with the expected behavior).
To Reproduce
Node version: ts-node version 10.9.1
Notion JS library version: 2.2.13
Describe the bug Fetching a "Persons" property from a database entry (e.g. "Assignees") returns only the first person as an object instead of returning a list of people.
Setting the property strangely enough demands a list of people instead of just a single value (which is more in line with the expected behavior).
To Reproduce Node version: ts-node version 10.9.1 Notion JS library version: 2.2.13
Steps to reproduce the behavior:
returns
Expected behavior