G'morning, y'all. Is there a predefined/best-practice way w/ Prisma to add metadata to an edge representing a relationship? For example, I would like to use AWS Rekognition to detect objects in user-uploaded images and tag/categorize the images accordingly. Rekognition returns an array of Objects-- i.e., ({ objectName, confidence})--and I would like to leverage that confidence data. So, my thought was that I would add the confidence data to the edge representing the relationship between the label and the picture.