Hey everyone, I’m working on an app that stores waypoints in an array, and I really need the array to be indexed. The array can be different lengths, have a few waypoints up to 50 say. I’m using Prisma (1.34) with a Postgres db. I haven’t found anything searching the official docs or usual websites....but, could be googling the wrong terms. It’s important for me to reliably be able to cycle through the array, as well as search that a waypoint is in a specific order...any help would be hugely appreciated!