Home > @vsf-enterprise/epcc-api > User > relationships
# User.relationships property
Related entities to the user.
Signature:
relationships?: {
wishlists?: {
data: Array<{
type: string;
id: string;
}>;
};
};