iOS vs. desktop parent collection size
I have a collection tree that looks like
https://s3.amazonaws.com/zotero.org/images/forums/u7554954/pdd5358l33woivkbrs12.png
None of the items in the subcollections belong to the parent Math collection. In the desktop app, clicking on the parent Math collection shows that there are 63 items in this view. However, in the iOS app the size of the parent collection is blank:
https://s3.amazonaws.com/zotero.org/images/forums/u7554954/olln2uqtvokucijsx7ft.png
Show Items from Subcollections is enabled in both apps.
Desktop version 7.1-beta.44+057c79820 (64-bit) on Linux.
iOS version 1.0.51 Build 366
https://s3.amazonaws.com/zotero.org/images/forums/u7554954/pdd5358l33woivkbrs12.png
None of the items in the subcollections belong to the parent Math collection. In the desktop app, clicking on the parent Math collection shows that there are 63 items in this view. However, in the iOS app the size of the parent collection is blank:
https://s3.amazonaws.com/zotero.org/images/forums/u7554954/olln2uqtvokucijsx7ft.png
Show Items from Subcollections is enabled in both apps.
Desktop version 7.1-beta.44+057c79820 (64-bit) on Linux.
iOS version 1.0.51 Build 366
In the desktop app, it's showing you the number of items in the items list after you click on the collection, not the number of items in the collection. If you filter by something, the number will go down.
On iOS, it's just calculating the number of items in the collection, regardless of whether or not it's active, and there are no items in the collection, because they're only in subcollections.
We could look into calculating the full number of recursive items on iOS, but it's not clearly the correct behavior, and we'd have to see if there are performance implications.