export type Link = { self: Array<{ href: string; }>; collection: Array<{ href: string; }>; up: Array<{ href: string; }>; };