Followers - mongodb database design
问题 So I'm using mongodb and I'm unsure if I've got the correct / best database collection design for what I'm trying to do. There can be many items, and a user can create new groups with these items in. Any user may follow any group! I have not just added the followers and items into the group collection because there could be 5 items in the group, or there could be 10000 (and the same for followers) and from research I believe that you should not use unbound arrays (where the limit is unknown)