Join Slack
Powered by
You don't want to use an `object[]` to store speci...
# community-help
j
Jason Bosco
01/27/2025, 2:54 AM
You don't want to use an
object[]
to store specifications like in your first example, because that makes filtering hard to do across multiple fields. So the 2nd approach is better.
🙏 1
Open in Slack
Previous
Next