RecordProperties: {
    [space: string]: {
        [viewOrContainer: string]: PropertyValueGroupV3;
    };
}

Properties structure returned from the API Organized as: { [spaceId]: { [viewOrContainerId]: { [propertyId]: value } } } For data selected through a view, the second-level key has the format viewExternalId/version and the property names are the view's.