Open SamVerschueren opened 3 years ago
When using .limit(1).raw(), the last page of the data returns Items: [null].
.limit(1).raw()
Items: [null]
When using
.limit(1).raw()
, the last page of the data returnsItems: [null]
.