You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the BaseX database, the count of collections is not computed correctly.
The current implementation does not take subcollections into account due to a recursion issue.
Update the logic so that the count includes nested subcollections.