I have the following data for articles:

When running this query:
const tags = (await ds.createQuery(namespace, 'Article').select('tagList').run())[0];
Will return

I feel that we should not return this null item. Or the client should handle it.
what do you think?
I have the following data for articles:
When running this query:
const tags = (await ds.createQuery(namespace, 'Article').select('tagList').run())[0];Will return

I feel that we should not return this null item. Or the client should handle it.
what do you think?