The documentation contains this recommendation:
"While it's useful that Convex supports nested objects and arrays, you should keep documents relatively small in size. In practice, we recommend limiting Arrays to no more than 5-10 elements and avoiding deeply nested Objects.
Instead, leverage separate tables, documents, and references to structure your data. This will lead to better maintainability and performance as your project grows."
Does this apply to use cases where I want to store ordered lists too?