Hello I just wanted to find out if arrays have any specific limitations, I'd like to have documents and each document has a string array of IDs to represent students who have enrolled to a course, is this a good approach?
TL;DR
Developers are inquiring about the limitations of arrays and seeking advice on using string arrays to represent student enrollments in courses.