NodeType: {
    labels: string;
    properties: {
        property: string;
        type: string;
    }[];
}