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

Properties structure returned from the API Organized as: { [spaceId]: { [containerId]: { [propertyId]: value } } }