This API endpoint handles listing (/combinations) and retrieval (/combinations/{combination_pk}/) of oligogenic combinations from the database

GET /api/diseases/478/combinations/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": [
        {
            "type": "Combination",
            "id": "OLI036",
            "attributes": {
                "scores": {
                    "familial_evidence": 2,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 2
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Monogenic+Modifier",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:37.935138"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        },
                        {
                            "type": "Disease",
                            "id": "238666"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI036/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI036/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "77"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "78"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI036/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI036/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "615"
                        },
                        {
                            "type": "Reference",
                            "id": "667"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI036/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI036/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI036/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI036/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "31"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI036/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI152",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:39.967330"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI152/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI152/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "78"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "309"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI152/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI152/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "719"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI152/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI152/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI152/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI152/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "90"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI152/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI204",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:40.834107"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI204/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI204/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "397"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "398"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI204/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI204/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "748"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI204/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI204/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI204/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI204/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "31"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI204/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI205",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:40.849660"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI205/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI205/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "78"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "309"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI205/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI205/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "748"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI205/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI205/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI205/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI205/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "90"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI205/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI206",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:40.864980"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI206/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI206/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "78"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "399"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI206/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI206/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "748"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI206/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI206/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI206/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI206/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "90"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI206/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI207",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:40.879287"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI207/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI207/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "400"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "401"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI207/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI207/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "748"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI207/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI207/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI207/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI207/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "116"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI207/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI208",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:40.894293"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI208/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI208/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "402"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "403"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI208/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI208/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "748"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI208/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI208/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI208/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI208/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "136"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI208/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI287",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:42.225427"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI287/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI287/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "555"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "556"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI287/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI287/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "806"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI287/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI287/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI287/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI287/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "190"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI287/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI288",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:42.241171"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI288/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI288/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "555"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "557"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI288/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI288/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "806"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI288/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI288/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI288/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI288/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "53"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI288/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI289",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:42.256430"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI289/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI289/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "558"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "559"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI289/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI289/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "806"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI289/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI289/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI289/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI289/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "191"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI289/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI353",
            "attributes": {
                "scores": {
                    "familial_evidence": 2,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:43.967136"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI353/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI353/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "768"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "769"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI353/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI353/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "833"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI353/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI353/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI353/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI353/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "241"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI353/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI354",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:44.008075"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI354/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI354/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 6
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "770"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "771"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "772"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "773"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "774"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "775"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI354/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI354/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "833"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI354/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI354/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI354/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI354/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "242"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI354/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI355",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:44.023798"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI355/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI355/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "776"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "777"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI355/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI355/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "833"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI355/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI355/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI355/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI355/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "243"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI355/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI356",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 2,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:44.039241"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI356/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI356/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "778"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "779"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI356/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI356/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "833"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI356/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI356/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI356/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI356/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "244"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI356/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI357",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:44.065815"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI357/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI357/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "780"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "781"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "782"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "783"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI357/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI357/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "833"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI357/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI357/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI357/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI357/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "245"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI357/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI358",
            "attributes": {
                "scores": {
                    "familial_evidence": 2,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:44.079967"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI358/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI358/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "784"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "785"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI358/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI358/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "833"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI358/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI358/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI358/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI358/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "246"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI358/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI365",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 2,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 2,
                    "functional_final_metascore": 2,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Monogenic+Modifier",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.199017"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI365/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI365/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "800"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "801"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI365/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI365/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "655"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI365/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI365/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI365/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI365/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "244"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI365/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI366",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.215023"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI366/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI366/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "802"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI366/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI366/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "655"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI366/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI366/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI366/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI366/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "251"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI366/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI367",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 2,
                    "functional_final_metascore": 2,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.248520"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI367/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI367/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 5
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "384"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "804"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "805"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "806"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "807"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI367/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI367/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "655"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI367/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI367/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI367/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI367/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "252"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI367/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI368",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 2,
                    "functional_final_metascore": 2,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.264791"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI368/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI368/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "808"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "809"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI368/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI368/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "655"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI368/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI368/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI368/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI368/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "253"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI368/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI369",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 2,
                    "functional_final_metascore": 2,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.281109"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI369/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI369/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "810"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "811"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI369/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI369/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "655"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI369/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI369/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI369/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI369/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "254"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI369/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI370",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 2,
                    "functional_final_metascore": 2,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.295887"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI370/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI370/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "811"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "812"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI370/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI370/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "655"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI370/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI370/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI370/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI370/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "254"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI370/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI371",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 2,
                    "functional_final_metascore": 2,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.312026"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI371/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI371/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "811"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "813"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI371/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI371/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "655"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI371/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI371/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI371/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI371/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "255"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI371/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI372",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 2,
                    "functional_final_metascore": 2,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.328060"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI372/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI372/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "814"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "815"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI372/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI372/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "655"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI372/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI372/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI372/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI372/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "256"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI372/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI286",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:32:06.374115"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI286/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI286/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "402"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "555"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI286/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI286/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "806"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI286/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI286/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI286/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI286/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "189"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI286/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI389",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.606017"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI389/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI389/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "844"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "845"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI389/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI389/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "655"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI389/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI389/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI389/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI389/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "260"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI389/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI390",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.621899"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI390/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI390/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "846"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "847"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI390/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI390/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "655"
                        },
                        {
                            "type": "Reference",
                            "id": "848"
                        },
                        {
                            "type": "Reference",
                            "id": "955"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI390/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI390/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI390/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI390/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "260"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI390/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI395",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.699725"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI395/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI395/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "852"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "855"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI395/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI395/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "655"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI395/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI395/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI395/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI395/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "264"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI395/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI396",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 2,
                    "functional_final_metascore": 2,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.717077"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        },
                        {
                            "type": "Disease",
                            "id": "238666"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI396/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI396/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "856"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "857"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI396/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI396/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "655"
                        },
                        {
                            "type": "Reference",
                            "id": "667"
                        },
                        {
                            "type": "Reference",
                            "id": "848"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI396/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI396/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI396/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI396/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "265"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI396/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI408",
            "attributes": {
                "scores": {
                    "familial_evidence": 2,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 2,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 2,
                    "functional_final_manual": 2,
                    "functional_final_metascore": 2,
                    "final_manual": 2,
                    "final_metascore": 2
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.925340"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI408/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI408/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "844"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "878"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI408/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI408/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "661"
                        },
                        {
                            "type": "Reference",
                            "id": "848"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI408/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI408/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI408/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI408/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "260"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI408/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI409",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 3,
                    "functional_gene_evidence_knowledge": 2,
                    "functional_gene_evidence_metascore": 3,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.946061"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI409/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI409/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "858"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "859"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "879"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI409/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI409/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "848"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI409/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI409/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI409/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI409/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "131"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI409/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI410",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 3,
                    "functional_gene_evidence_knowledge": 2,
                    "functional_gene_evidence_metascore": 3,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:44.961799"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI410/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI410/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "880"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "881"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI410/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI410/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "848"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI410/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI410/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI410/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI410/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "131"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI410/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI426",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.219621"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI426/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI426/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "911"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "912"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI426/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI426/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI426/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI426/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI426/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI426/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "285"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI426/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI427",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.235119"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI427/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI427/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "913"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "914"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI427/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI427/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI427/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI427/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI427/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI427/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "286"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI427/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI428",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.250806"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI428/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI428/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "915"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "916"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI428/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI428/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI428/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI428/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI428/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI428/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "287"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI428/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI429",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.273119"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI429/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI429/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "917"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "918"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "919"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI429/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI429/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI429/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI429/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI429/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI429/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "288"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI429/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI456",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 2,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.729070"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI456/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI456/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "972"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "973"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI456/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI456/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "667"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI456/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI456/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI456/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI456/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "261"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI456/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI457",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.744791"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI457/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI457/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "974"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "975"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI457/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI457/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "667"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI457/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI457/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI457/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI457/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "312"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI457/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI511",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:46.705545"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI511/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI511/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1083"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1084"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI511/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI511/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "678"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI511/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI511/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI511/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI511/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "354"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI511/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI512",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:46.721256"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI512/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI512/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1085"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1086"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI512/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI512/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "678"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI512/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI512/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI512/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI512/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "355"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI512/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI648",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:49.617553"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI648/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI648/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "397"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1409"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1410"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI648/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI648/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "815"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI648/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI648/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI648/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI648/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "442"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI648/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI649",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:49.637651"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI649/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI649/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1411"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1412"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1413"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI649/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI649/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "815"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI649/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI649/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI649/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI649/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "443"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI649/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI779",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 3,
                    "functional_gene_evidence_knowledge": 2,
                    "functional_gene_evidence_metascore": 3,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "South Asian",
                "lastmodified": "2021-11-16T17:59:52.266461"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI779/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI779/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1714"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1715"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI779/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI779/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "835"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI779/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI779/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI779/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI779/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "131"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI779/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI813",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:52.886374"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI813/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI813/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1791"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1792"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI813/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI813/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "847"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI813/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI813/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI813/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI813/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "593"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI813/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI814",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:52.907129"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI814/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI814/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1793"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1794"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "1795"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI814/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI814/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "847"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI814/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI814/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI814/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI814/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "594"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI814/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI815",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:52.923175"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI815/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI815/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1796"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1797"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI815/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI815/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "847"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI815/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI815/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI815/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI815/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "595"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI815/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI833",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.226974"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI833/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI833/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1824"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1825"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI833/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI833/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "858"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI833/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI833/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI833/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI833/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "31"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI833/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI835",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.258635"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI835/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI835/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1828"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1829"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI835/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI835/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "858"
                        },
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI835/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI835/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI835/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI835/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "255"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI835/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI836",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 2,
                    "functional_final_metascore": 2,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:33:32.379959"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI836/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI836/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1830"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI836/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI836/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "858"
                        },
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI836/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI836/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI836/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI836/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "606"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI836/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI844",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.411156"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI844/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI844/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1846"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1847"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1848"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI844/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI844/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "866"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI844/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI844/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI844/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI844/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "613"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI844/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI845",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.426818"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI845/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI845/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1849"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1850"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI845/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI845/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "866"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI845/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI845/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI845/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI845/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "614"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI845/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI849",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.506936"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI849/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI849/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1857"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1858"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1859"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI849/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI849/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "866"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI849/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI849/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI849/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI849/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "617"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI849/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI850",
            "attributes": {
                "scores": {
                    "familial_evidence": 2,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.521784"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI850/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI850/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1860"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1861"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI850/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI850/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "866"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI850/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI850/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI850/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI850/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "618"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI850/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI852",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.560186"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI852/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI852/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1863"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1864"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI852/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI852/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI852/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI852/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI852/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI852/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "90"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI852/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI853",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.587060"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI853/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI853/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1865"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1866"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "1867"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "1868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI853/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI853/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI853/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI853/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI853/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI853/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "620"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI853/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI854",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.608213"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI854/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI854/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1869"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1870"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1871"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI854/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI854/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI854/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI854/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI854/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI854/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "621"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI854/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI855",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.630612"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI855/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI855/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1872"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1873"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI855/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI855/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI855/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI855/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI855/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI855/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "622"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI855/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI856",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.652606"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI856/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI856/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1863"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1874"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1875"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI856/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI856/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI856/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI856/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI856/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI856/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "623"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI856/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI857",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.668443"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI857/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI857/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1876"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1877"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI857/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI857/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI857/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI857/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI857/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI857/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "624"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI857/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI858",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.690407"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI858/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI858/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1878"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1879"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1880"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI858/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI858/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI858/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI858/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI858/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI858/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "625"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI858/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI859",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.706382"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI859/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI859/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1881"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI859/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI859/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI859/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI859/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI859/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI859/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "626"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI859/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI860",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.722385"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI860/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI860/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1882"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1883"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI860/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI860/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI860/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI860/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI860/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI860/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "627"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI860/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI861",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.743253"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI861/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI861/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1884"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1885"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1886"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI861/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI861/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI861/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI861/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI861/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI861/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "628"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI861/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI862",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.758972"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI862/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI862/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1887"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI862/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI862/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI862/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI862/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI862/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI862/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "629"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI862/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI864",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.802303"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI864/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI864/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1892"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1893"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI864/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI864/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI864/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI864/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI864/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI864/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "631"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI864/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI865",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.816940"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI865/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI865/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1857"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1894"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI865/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI865/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI865/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI865/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI865/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI865/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "632"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI865/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI866",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.832575"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI866/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI866/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "401"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1895"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI866/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI866/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI866/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI866/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI866/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI866/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "633"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI866/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI867",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.848633"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI867/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI867/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1882"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1896"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI867/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI867/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI867/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI867/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI867/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI867/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "634"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI867/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI869",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.886341"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI869/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI869/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1874"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1899"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1900"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI869/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI869/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI869/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI869/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI869/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI869/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "636"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI869/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI870",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.902260"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI870/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI870/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1901"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1902"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI870/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI870/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI870/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI870/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI870/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI870/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "637"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI870/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI871",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.917936"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI871/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI871/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1903"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1904"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI871/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI871/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI871/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI871/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI871/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI871/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "638"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI871/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI872",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.933750"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI872/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI872/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1905"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1906"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI872/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI872/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI872/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI872/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI872/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI872/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "639"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI872/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI873",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.949630"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI873/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI873/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1903"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1907"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI873/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI873/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI873/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI873/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI873/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI873/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "640"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI873/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI874",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.971377"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI874/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI874/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1908"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1909"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1910"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI874/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI874/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI874/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI874/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI874/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI874/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "641"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI874/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI875",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.986064"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI875/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI875/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1906"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1911"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI875/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI875/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI875/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI875/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI875/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI875/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "639"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI875/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI876",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.001929"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI876/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI876/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "777"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1906"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI876/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI876/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI876/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI876/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI876/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI876/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "642"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI876/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI877",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.024015"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI877/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI877/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1906"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1912"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1913"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI877/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI877/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI877/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI877/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI877/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI877/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "643"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI877/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI878",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.051486"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI878/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI878/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1906"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1914"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1915"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1916"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI878/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI878/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI878/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI878/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI878/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI878/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "644"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI878/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI879",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.067253"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI879/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI879/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1904"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1917"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI879/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI879/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI879/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI879/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI879/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI879/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "645"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI879/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI880",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.094186"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI880/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI880/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1904"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1917"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1918"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1919"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI880/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI880/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI880/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI880/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI880/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI880/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "646"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI880/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI881",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.110013"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI881/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI881/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1920"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1921"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI881/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI881/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI881/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI881/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI881/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI881/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "647"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI881/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI882",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.132031"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI882/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI882/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1896"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1903"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1922"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI882/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI882/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI882/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI882/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI882/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI882/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "648"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI882/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI883",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.147887"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI883/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI883/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1923"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1924"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI883/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI883/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI883/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI883/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI883/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI883/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "649"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI883/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI884",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.169768"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI884/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI884/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1903"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1925"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1926"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI884/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI884/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI884/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI884/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI884/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI884/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "650"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI884/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI885",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.191742"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI885/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI885/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1919"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1927"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1928"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI885/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI885/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI885/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI885/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI885/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI885/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "651"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI885/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI886",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.207695"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI886/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI886/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1929"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1930"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI886/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI886/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI886/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI886/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI886/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI886/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "652"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI886/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI887",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.235760"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI887/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI887/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1931"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1932"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1933"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1934"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI887/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI887/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI887/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI887/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI887/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI887/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "653"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI887/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI888",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.256990"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI888/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI888/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1935"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1936"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI888/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI888/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI888/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI888/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI888/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI888/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "654"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI888/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI119",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Mexican",
                "lastmodified": "2021-11-18T10:37:51.178645"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI119/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI119/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "78"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "245"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI119/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI119/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "692"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI119/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI119/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI119/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI119/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "90"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI119/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI392",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-24T09:40:59.967496"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI392/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI392/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "850"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "851"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI392/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI392/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "655"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI392/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI392/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI392/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI392/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "258"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI392/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI863",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-24T09:59:22.603072"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI863/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI863/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1888"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1889"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1890"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1891"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI863/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI863/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI863/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI863/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI863/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI863/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "630"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI863/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI868",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:34:45.746042"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI868/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI868/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1897"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1898"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI868/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI868/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI868/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI868/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI868/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI868/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "635"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI868/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1105",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2022-08-04T14:15:35.005120"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1105/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1105/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1939"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2393"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1105/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1105/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "911"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1105/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1105/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1105/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1105/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "815"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1105/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1106",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 2,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2022-08-04T14:15:35.130169"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1106/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1106/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2394"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2395"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1106/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1106/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "911"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1106/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1106/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1106/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1106/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "261"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1106/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1107",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2022-08-04T14:15:35.255204"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1107/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1107/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2396"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2397"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1107/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1107/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "911"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1107/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1107/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1107/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1107/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "816"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1107/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1109",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2022-08-04T14:15:35.480216"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1109/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1109/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2399"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2400"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1109/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1109/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "911"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1109/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1109/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1109/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1109/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "817"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1109/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1110",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2022-08-04T14:15:35.555202"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1110/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1110/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1939"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "26"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1110/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1110/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "911"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1110/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1110/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1110/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1110/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "656"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1110/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1111",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2022-08-04T14:15:35.663621"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        },
                        {
                            "type": "Disease",
                            "id": "138"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1111/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1111/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2401"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1889"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1111/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1111/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "911"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1111/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1111/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1111/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1111/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "818"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1111/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1113",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2022-08-04T14:15:35.947003"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        },
                        {
                            "type": "Disease",
                            "id": "138"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1113/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1113/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2403"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2404"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1113/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1113/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "911"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1113/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1113/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1113/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1113/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "819"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1113/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1114",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2022-08-04T14:15:36.072035"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1114/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1114/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2405"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2406"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1114/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1114/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "911"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1114/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1114/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1114/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1114/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "354"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1114/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1115",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2022-08-04T14:15:36.197051"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1115/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1115/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2407"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2408"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1115/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1115/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "911"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1115/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1115/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1115/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1115/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "820"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1115/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1159",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:42.340828"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1159/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1159/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2492"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2493"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1159/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1159/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1159/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1159/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1159/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1159/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "844"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1159/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1160",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:42.465865"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1160/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1160/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2494"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2495"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1160/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1160/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1160/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1160/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1160/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1160/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "845"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1160/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1161",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:42.590913"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1161/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1161/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2496"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2497"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1161/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1161/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1161/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1161/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1161/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1161/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "846"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1161/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1162",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:42.732598"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1162/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1162/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2496"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2498"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2499"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1162/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1162/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1162/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1162/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1162/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1162/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "847"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1162/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1163",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:42.832566"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1163/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1163/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2500"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2499"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1163/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1163/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1163/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1163/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1163/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1163/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "845"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1163/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1164",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:42.957629"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1164/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1164/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2501"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2502"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1164/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1164/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1164/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1164/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1164/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1164/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "10"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1164/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1165",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:43.099354"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1165/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1165/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2503"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "381"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2504"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1165/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1165/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1165/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1165/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1165/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1165/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "848"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1165/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1166",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:43.241037"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1166/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1166/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2505"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "387"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2506"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1166/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1166/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1166/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1166/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1166/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1166/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "849"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1166/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1167",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:43.424368"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1167/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1167/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2507"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2508"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2509"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1167/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1167/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1167/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1167/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1167/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1167/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "850"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1167/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1168",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:43.549404"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1168/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1168/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2510"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2511"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1168/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1168/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1168/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1168/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1168/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1168/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "851"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1168/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1169",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:43.674434"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1169/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1169/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2512"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2513"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1169/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1169/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1169/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1169/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1169/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1169/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "852"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1169/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1170",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:43.799487"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1170/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1170/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2514"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2515"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1170/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1170/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1170/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1170/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1170/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1170/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "853"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1170/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1171",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:43.924466"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1171/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1171/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2516"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2517"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1171/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1171/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1171/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1171/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1171/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1171/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "854"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1171/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1172",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2022-08-04T14:15:44.024458"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1172/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1172/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2499"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2518"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1172/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1172/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1172/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1172/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1172/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1172/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "845"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1172/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1213",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 2,
                    "functional_final_metascore": 2,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Tunisian",
                "lastmodified": "2022-08-04T14:15:48.789000"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1213/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1213/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2577"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2578"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1213/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1213/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "924"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1213/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1213/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1213/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1213/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "858"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1213/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1269",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:43.797326"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1269/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1269/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2677"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2678"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1269/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1269/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1269/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1269/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1269/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1269/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "31"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1269/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1270",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:43.875697"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1270/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1270/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2679"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2662"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2680"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1270/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1270/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1270/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1270/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1270/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1270/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "892"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1270/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1271",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:43.942623"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1271/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1271/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2681"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2682"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1271/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1271/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1271/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1271/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1271/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1271/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "256"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1271/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1272",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:43.997397"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1272/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1272/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2683"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2662"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1272/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1272/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1272/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1272/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1272/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1272/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "31"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1272/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1285",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:44.948005"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1285/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1285/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2707"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2708"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1285/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1285/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1285/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1285/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1285/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1285/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "53"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1285/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1286",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.007300"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1286/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1286/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2708"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2709"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1286/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1286/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1286/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1286/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1286/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1286/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "900"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1286/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1287",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.083388"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1287/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1287/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2710"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2711"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1287/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1287/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1287/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1287/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1287/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1287/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "901"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1287/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1288",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.119336"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1288/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1288/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2662"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "381"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1288/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1288/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1288/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1288/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1288/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1288/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "116"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1288/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1289",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.164887"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1289/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1289/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2662"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2712"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1289/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1289/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1289/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1289/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1289/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1289/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "896"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1289/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1290",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.218679"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1290/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1290/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2713"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2714"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1290/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1290/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1290/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1290/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1290/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1290/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "258"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1290/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1291",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.273307"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1291/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1291/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2715"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2716"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1291/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1291/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1291/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1291/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1291/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1291/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "888"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1291/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1292",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.318108"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1292/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1292/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2502"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2717"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1292/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1292/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1292/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1292/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1292/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1292/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "902"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1292/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1293",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.363834"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1293/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1293/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2662"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2718"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1293/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1293/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1293/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1293/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1293/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1293/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "903"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1293/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1294",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.419342"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1294/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1294/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2719"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2720"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1294/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1294/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1294/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1294/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1294/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1294/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "606"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1294/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1295",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.487745"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1295/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1295/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2721"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2722"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2663"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1295/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1295/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1295/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1295/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1295/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1295/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "904"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1295/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1296",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.558212"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1296/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1296/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2723"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2724"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "381"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1296/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1296/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1296/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1296/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1296/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1296/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "905"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1296/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1297",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.632072"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1297/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1297/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2725"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2726"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2663"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1297/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1297/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1297/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1297/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1297/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1297/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "906"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1297/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1298",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.690453"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1298/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1298/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2727"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2728"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1298/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1298/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1298/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1298/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1298/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1298/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "907"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1298/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1299",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.740452"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1299/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1299/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2689"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2729"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1299/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1299/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1299/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1299/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1299/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1299/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "908"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1299/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1301",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.838199"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1301/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1301/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2731"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2720"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1301/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1301/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1301/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1301/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1301/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1301/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "312"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1301/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1302",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.898502"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1302/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1302/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2732"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2733"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1302/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1302/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1302/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1302/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1302/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1302/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "890"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1302/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1303",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:02:45.948536"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1303/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1303/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2734"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2662"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1303/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1303/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1303/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1303/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1303/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1303/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "910"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1303/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1320",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "South Asian",
                "lastmodified": "2023-05-16T12:02:47.391727"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1320/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1320/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2767"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2768"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1320/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1320/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "944"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1320/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1320/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1320/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1320/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "90"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1320/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1321",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "South Asian",
                "lastmodified": "2023-05-16T12:02:47.467765"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1321/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1321/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2769"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2770"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1321/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1321/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "944"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1321/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1321/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1321/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1321/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "926"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1321/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1322",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "South Asian",
                "lastmodified": "2023-05-16T12:02:47.539252"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1322/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1322/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2771"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2772"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1322/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1322/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "944"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1322/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1322/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1322/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1322/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "846"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1322/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1323",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "South Asian",
                "lastmodified": "2023-05-16T12:02:47.617164"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1323/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1323/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2773"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2774"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1323/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1323/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "944"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1323/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1323/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1323/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1323/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "927"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1323/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1335",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:48.891233"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1335/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1335/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2404"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2818"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2819"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1335/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1335/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1335/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1335/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1335/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1335/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "939"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1335/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1336",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:48.950327"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1336/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1336/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2820"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2821"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1336/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1336/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1336/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1336/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1336/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1336/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "940"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1336/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1338",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.116415"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1338/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1338/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2825"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1825"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1338/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1338/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1338/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1338/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1338/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1338/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "31"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1338/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1339",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 2,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.180602"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1339/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1339/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2827"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1339/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1339/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1339/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1339/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1339/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1339/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "261"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1339/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1340",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.233224"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1340/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1340/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2681"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2828"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1340/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1340/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1340/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1340/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1340/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1340/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "846"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1340/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1341",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.326380"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1341/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1341/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2829"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2830"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1341/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1341/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1341/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1341/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1341/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1341/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "635"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1341/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1342",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.405857"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1342/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1342/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1898"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2831"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2832"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1342/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1342/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1342/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1342/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1342/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1342/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "189"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1342/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1343",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.474114"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1343/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1343/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2833"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2834"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1343/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1343/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1343/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1343/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1343/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1343/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "942"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1343/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1344",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.531163"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1344/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1344/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1831"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1832"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1833"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1344/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1344/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1344/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1344/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1344/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1344/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "243"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1344/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1345",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.603724"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1345/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1345/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2835"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2836"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1345/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1345/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1345/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1345/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1345/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1345/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "943"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1345/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1346",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.704977"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1346/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1346/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2837"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2838"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2839"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1346/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1346/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1346/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1346/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1346/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1346/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "944"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1346/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1347",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.775304"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1347/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1347/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2840"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2841"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1347/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1347/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1347/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1347/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1347/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1347/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "945"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1347/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1348",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.849895"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1348/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1348/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2842"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2843"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1348/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1348/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1348/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1348/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1348/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1348/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "53"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1348/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1591",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2023-05-16T12:03:09.285975"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1591/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1591/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1889"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3359"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1591/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1591/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "969"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1591/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1591/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1591/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1591/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "818"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1591/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1592",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 2,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2023-05-16T12:03:09.339020"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1592/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1592/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "3360"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3361"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1592/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1592/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "969"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1592/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1592/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1592/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1592/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "244"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1592/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1593",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2023-05-16T12:03:09.392347"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1593/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1593/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "3362"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3363"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1593/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1593/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "969"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1593/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1593/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1593/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1593/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "846"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1593/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1594",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 2,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 2,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2023-05-16T12:03:09.430202"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1594/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1594/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "800"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2683"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1594/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1594/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "969"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1594/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1594/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1594/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1594/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "244"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1594/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1598",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2023-05-16T12:03:09.715827"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1598/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1598/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "3372"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3373"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1598/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1598/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "969"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1598/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1598/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1598/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1598/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "1131"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1598/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1599",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2023-05-16T12:03:09.772021"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1599/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1599/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "3374"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3375"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1599/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1599/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "969"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1599/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1599/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1599/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1599/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "1132"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1599/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1603",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2023-05-16T12:03:09.985055"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1603/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1603/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "3380"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3381"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1603/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1603/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "969"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1603/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1603/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1603/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1603/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "846"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1603/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1605",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2023-05-16T12:03:10.107555"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1605/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1605/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2670"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3384"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1605/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1605/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "969"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1605/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1605/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1605/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1605/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "944"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1605/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI285",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2023-05-16T12:31:15.359679"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI285/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI285/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "402"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "554"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI285/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI285/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "806"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI285/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI285/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI285/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI285/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "189"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI285/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI834",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:32:55.643293"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI834/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI834/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1827"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI834/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI834/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "858"
                        },
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI834/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI834/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI834/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI834/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "265"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI834/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI847",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:34:16.572845"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI847/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI847/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1853"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI847/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI847/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "866"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI847/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI847/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI847/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI847/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "606"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI847/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1108",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:35:27.174796"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1108/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1108/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2398"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1879"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1108/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1108/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "911"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1108/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1108/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1108/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1108/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "635"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1108/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1650",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2024-02-29T15:02:26.570887"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1650/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1650/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "3469"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3470"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1650/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1650/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "979"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1650/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1650/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1650/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1650/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "1164"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1650/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1652",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2024-02-29T15:02:26.685073"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1652/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1652/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "3473"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3474"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1652/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1652/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "979"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1652/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1652/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1652/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1652/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "1166"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1652/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1653",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM614897",
                    "OMIM612702",
                    "OMIM615270",
                    "OMIM147950",
                    "OMIM614840",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM610628",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614838",
                    "OMIM614880",
                    "OMIM615266",
                    "OMIM615267",
                    "OMIM244200",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615269",
                    "OMIM618841"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2024-02-29T15:02:26.752243"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1653/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1653/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "3475"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3476"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1653/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1653/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "979"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1653/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1653/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1653/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1653/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "1167"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1653/?format=api"
            }
        }
    ],
    "meta": {
        "database_name": "OLIgogenic diseases DAtabase (OLIDA)",
        "resource_url": "olida.ibsquare.be",
        "api_release_year": "2021",
        "api_developer": [
            [
                "Arnau Dillen",
                "arnau.dillen@ulb.ac.be"
            ],
            [
                "Charlotte Nachtegael",
                "charlotte.nachtegael@ulb.be"
            ]
        ],
        "api_version": "0.3",
        "api_maintainers": [
            [
                "Charlotte Nachtegael",
                "charlotte.nachtegael@ulb.be"
            ]
        ],
        "api_documentation": [
            "olida.ibsquare.be/api/swagger",
            "olida.ibsquare.be/api/redoc"
        ],
        "copyright": "Copyright (c) 2025 · OLIDA All Rights Reserved.",
        "license": "CC Attribution-NonCommercial 4.0 International License",
        "ontologies": {
            "ORDO": "http://bioportal.bioontology.org/ontologies/ORDO",
            "GENO": "http://purl.obolibrary.org/obo/geno.owl",
            "MI": "http://purl.obolibrary.org/obo/mi.owl",
            "NCIT": "http://purl.obolibrary.org/obo/ncit.owl",
            "OGI": "http://purl.obolibrary.org/obo/ogi.owl",
            "OGG": "http://purl.obolibrary.org/obo/ogg.owl"
        },
        "relevant_publications_doi": [
            "10.1093/nar/gkv1068",
            "10.1093/database/baac023"
        ],
        "size": 170
    }
}