relationships property
contains relationships parsed into objects even though the api sends relationship objects as Maps or Lists we always put them into lists for consistency
Implementation
ReadOnlyMapView<String, List<PcoResource>> get relationships =>
ReadOnlyMapView(_relationships);