I feel like there is an issue with addons and uuid PKs.
Imagine two tables, properties and amenities, both primary keys are UUID. Properties table has a field that is a list of amenities (foreing keys) and I need to create an addon to fetch amenities data in a GET call on the properties table.
The option to addon is not available as it is if I was using a integer PK. Is there a way to make this work?