{
    "baserow_template_version": 1,
    "name": "Venture Capital Investments",
    "icon": "iconoir-coin",
    "keywords": [
        "money",
        "finance",
        "venture",
        "capital",
        "vc",
        "investments",
        "returns",
        "funding",
        "partners",
        "business",
        "investment"
    ],
    "categories": [
        "Professional",
        "Finance"
    ],
    "export": [
        {
            "id": 17887,
            "name": "Venture Capital Investments",
            "order": 1,
            "type": "database",
            "tables": [
                {
                    "id": 36351,
                    "name": "Investments",
                    "order": 1,
                    "fields": [
                        {
                            "id": 195853,
                            "type": "formula",
                            "name": "ID",
                            "order": 0,
                            "primary": true,
                            "number_decimal_places": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "nullable": true,
                            "date_include_time": null,
                            "formula": "concat( \n  if( \n    length(join(field(\"Company\"), \"\")) < 1, \n    \"INV\", \n    upper( \n      left( \n        regex_replace( \n          join(field(\"Company\"), \"\"), \n          \"(/|'|-|:|\\s|\\t)\", \n          \"\" \n        ), \n        5 \n      ) \n    ) \n  ), \n  year(field(\"Investment date\")), \n  \"(\", \n  if( \n    row_id() < 10, \n    concat(\"00\", row_id()), \n    if( \n      row_id() < 100, \n      concat(\"0\", row_id()),  \n      row_id() \n    ) \n  ), \n  \")\" \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 195856,
                            "type": "link_row",
                            "name": "Funds ID",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 36348,
                            "link_row_related_field_id": 195844,
                            "has_related_field": true
                        },
                        {
                            "id": 197462,
                            "type": "lookup",
                            "name": "Company valuation",
                            "order": 7,
                            "primary": false,
                            "number_decimal_places": 2,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": "number",
                            "nullable": true,
                            "date_include_time": null,
                            "through_field_id": 920838,
                            "through_field_name": "Company",
                            "target_field_id": 213551,
                            "target_field_name": "Valuation"
                        },
                        {
                            "id": 919959,
                            "type": "date",
                            "name": "Investment date",
                            "order": 14,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 920838,
                            "type": "link_row",
                            "name": "Company",
                            "order": 15,
                            "primary": false,
                            "link_row_table_id": 39611,
                            "link_row_related_field_id": 920839,
                            "has_related_field": true
                        },
                        {
                            "id": 920943,
                            "type": "formula",
                            "name": "Invested capital",
                            "order": 16,
                            "primary": false,
                            "number_decimal_places": 2,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "nullable": true,
                            "date_include_time": null,
                            "formula": "sum( \n  filter( \n    lookup(\"Funds ID\", \"Committed amount\"), \n    lookup(\"Funds ID\", \"Is collected\") \n  ) \n)",
                            "formula_type": "number"
                        },
                        {
                            "id": 920944,
                            "type": "formula",
                            "name": "Invested capital (%)",
                            "order": 17,
                            "primary": false,
                            "number_decimal_places": 2,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "nullable": true,
                            "date_include_time": null,
                            "formula": "if( \n  and( \n    not( \n      isblank(field(\"Committed capital\")) \n    ), \n    field(\"Committed capital\") > 0 \n  ), \n  divide( \n    multiply( \n      field(\"Invested capital\"), \n      100 \n    ), \n    field(\"Committed capital\") \n  ), \n  0 \n)",
                            "formula_type": "number"
                        },
                        {
                            "id": 920946,
                            "type": "number",
                            "name": "Equity (%)",
                            "order": 18,
                            "primary": false,
                            "number_decimal_places": 2,
                            "number_negative": false
                        },
                        {
                            "id": 920947,
                            "type": "lookup",
                            "name": "Partners",
                            "order": 19,
                            "primary": false,
                            "number_decimal_places": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": "text",
                            "nullable": true,
                            "date_include_time": null,
                            "through_field_id": 195856,
                            "through_field_name": "Funds ID",
                            "target_field_id": 920855,
                            "target_field_name": "Partner"
                        },
                        {
                            "id": 920950,
                            "type": "lookup",
                            "name": "Contacts",
                            "order": 20,
                            "primary": false,
                            "number_decimal_places": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": "text",
                            "nullable": true,
                            "date_include_time": null,
                            "through_field_id": 920838,
                            "through_field_name": "Company",
                            "target_field_id": 920949,
                            "target_field_name": "Contacts"
                        },
                        {
                            "id": 920951,
                            "type": "lookup",
                            "name": "Location",
                            "order": 21,
                            "primary": false,
                            "number_decimal_places": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": "text",
                            "nullable": true,
                            "date_include_time": null,
                            "through_field_id": 920838,
                            "through_field_name": "Company",
                            "target_field_id": 920825,
                            "target_field_name": "State"
                        },
                        {
                            "id": 920952,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 22,
                            "primary": false
                        },
                        {
                            "id": 929433,
                            "type": "single_select",
                            "name": "Type",
                            "order": 23,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 448918,
                                    "value": "Seed",
                                    "color": "light-green",
                                    "order": 0
                                },
                                {
                                    "id": 448919,
                                    "value": "Series A",
                                    "color": "light-orange",
                                    "order": 1
                                },
                                {
                                    "id": 448920,
                                    "value": "Series B",
                                    "color": "light-blue",
                                    "order": 2
                                },
                                {
                                    "id": 448921,
                                    "value": "Series C",
                                    "color": "light-gray",
                                    "order": 3
                                }
                            ]
                        },
                        {
                            "id": 929496,
                            "type": "formula",
                            "name": "Committed capital",
                            "order": 24,
                            "primary": false,
                            "number_decimal_places": 2,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "nullable": true,
                            "date_include_time": null,
                            "formula": "sum(lookup(\"Funds ID\", \"Committed amount\"))",
                            "formula_type": "number"
                        },
                        {
                            "id": 929722,
                            "type": "formula",
                            "name": "Number of partners",
                            "order": 25,
                            "primary": false,
                            "number_decimal_places": 0,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "nullable": true,
                            "date_include_time": null,
                            "formula": "count(field(\"Partners\"))",
                            "formula_type": "number"
                        },
                        {
                            "id": 929728,
                            "type": "number",
                            "name": "Annual management rate (%)",
                            "order": 26,
                            "primary": false,
                            "number_decimal_places": 2,
                            "number_negative": false
                        },
                        {
                            "id": 929773,
                            "type": "number",
                            "name": "Carried interest rate (%)",
                            "order": 27,
                            "primary": false,
                            "number_decimal_places": 2,
                            "number_negative": false
                        },
                        {
                            "id": 929789,
                            "type": "formula",
                            "name": "Number of GPs",
                            "order": 28,
                            "primary": false,
                            "number_decimal_places": 0,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "nullable": true,
                            "date_include_time": null,
                            "formula": "count( \n  filter( \n    lookup(\"Funds ID\", \"Partner role\"), \n    contains(totext(lookup(\"Funds ID\", \"Partner role\")), \"GP\") \n  ) \n)",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 42227,
                            "type": "grid",
                            "name": "All investments",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 73682,
                                    "field_id": 919959,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 13401,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "f868eef3-0232-44f9-b1f8-62b25e783497",
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "f083a003-ed1d-4a57-a98a-af0a593df899",
                                                        "type": "empty",
                                                        "field": 929722,
                                                        "value": ""
                                                    },
                                                    {
                                                        "id": "a81b2a1e-b1e8-4ecf-8ad5-3cfc09c8b21e",
                                                        "type": "equal",
                                                        "field": 929722,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "OR"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 13402,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "9ffd5951-dea6-4435-aaa3-68e15ff5a0a2",
                                                "color": "dark-green",
                                                "filters": [
                                                    {
                                                        "id": "fec03b3b-1e9d-483e-9c41-274222b5d7cc",
                                                        "type": "higher_than",
                                                        "field": 920944,
                                                        "value": "99.99"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 217513,
                                    "field_id": 195853,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 219718,
                                    "field_id": 195856,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 219722,
                                    "field_id": 197462,
                                    "width": 178,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1355402,
                                    "field_id": 919959,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1356883,
                                    "field_id": 920838,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1356995,
                                    "field_id": 920943,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                },
                                {
                                    "id": 1356997,
                                    "field_id": 920944,
                                    "width": 178,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 1356998,
                                    "field_id": 920946,
                                    "width": 121,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1356999,
                                    "field_id": 920947,
                                    "width": 212,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1357002,
                                    "field_id": 920950,
                                    "width": 215,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1357003,
                                    "field_id": 920951,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1357004,
                                    "field_id": 920952,
                                    "width": 184,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1370490,
                                    "field_id": 929433,
                                    "width": 108,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1370564,
                                    "field_id": 929496,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                },
                                {
                                    "id": 1370853,
                                    "field_id": 929722,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 1370867,
                                    "field_id": 929728,
                                    "width": 237,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 1370907,
                                    "field_id": 929773,
                                    "width": 205,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 1370927,
                                    "field_id": 929789,
                                    "width": 154,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                }
                            ]
                        },
                        {
                            "id": 222486,
                            "type": "kanban",
                            "name": "By type",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [
                                {
                                    "id": 13411,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "f9466c57-372a-469f-84b1-b1c855c6d73b",
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "3ff77358-3784-44db-b42f-c7f959244b55",
                                                        "type": "empty",
                                                        "field": 929722,
                                                        "value": ""
                                                    },
                                                    {
                                                        "id": "b9923103-9530-47c2-a823-57ed035518a9",
                                                        "type": "equal",
                                                        "field": 929722,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "OR"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 13412,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "588cf5d2-0a7a-415a-9295-8257e1d5fc7f",
                                                "color": "dark-green",
                                                "filters": [
                                                    {
                                                        "id": "65aa5205-0bed-462a-9966-e1a9ae920eda",
                                                        "type": "higher_than",
                                                        "field": 920944,
                                                        "value": "99.99"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "single_select_field_id": 929433,
                            "field_options": [
                                {
                                    "id": 71786,
                                    "field_id": 195853,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 71790,
                                    "field_id": 920838,
                                    "hidden": false,
                                    "order": 2
                                },
                                {
                                    "id": 71788,
                                    "field_id": 197462,
                                    "hidden": false,
                                    "order": 3
                                },
                                {
                                    "id": 71793,
                                    "field_id": 920946,
                                    "hidden": false,
                                    "order": 4
                                },
                                {
                                    "id": 71799,
                                    "field_id": 929496,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 71791,
                                    "field_id": 920943,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 71792,
                                    "field_id": 920944,
                                    "hidden": false,
                                    "order": 7
                                },
                                {
                                    "id": 71787,
                                    "field_id": 195856,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 71789,
                                    "field_id": 919959,
                                    "hidden": true,
                                    "order": 9
                                },
                                {
                                    "id": 71794,
                                    "field_id": 920947,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 71795,
                                    "field_id": 920950,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 71796,
                                    "field_id": 920951,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 71797,
                                    "field_id": 920952,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 71798,
                                    "field_id": 929433,
                                    "hidden": true,
                                    "order": 14
                                },
                                {
                                    "id": 71800,
                                    "field_id": 929722,
                                    "hidden": true,
                                    "order": 15
                                },
                                {
                                    "id": 71801,
                                    "field_id": 929728,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 71802,
                                    "field_id": 929773,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 71803,
                                    "field_id": 929789,
                                    "hidden": true,
                                    "order": 18
                                }
                            ]
                        },
                        {
                            "id": 222485,
                            "type": "form",
                            "name": "Add investment",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "public": false,
                            "title": "Add investment",
                            "description": "",
                            "cover_image": {
                                "name": "MYJ10jotRznoaN5TvIdxsFqlFmzTTgub_ba840af86db7cce209087d53ec7dac47cef5bd6935161ca50b59e0e4c511434b.jpg",
                                "original_name": "Header.Clients.02.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "An investment or funding round was successfully added to the database. Please reload this page to add more.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 147946,
                                    "field_id": 195853,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147950,
                                    "field_id": 920838,
                                    "name": "",
                                    "description": "Please select the company for which this investment is made.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147949,
                                    "field_id": 919959,
                                    "name": "",
                                    "description": "Indicate the date this investment was deployed for the company.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147958,
                                    "field_id": 929433,
                                    "name": "",
                                    "description": "Please specify this investment's funding round type.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147948,
                                    "field_id": 197462,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147953,
                                    "field_id": 920946,
                                    "name": "",
                                    "description": "Indicate the equity that the investment company has cited. In the context of venture capital, \"equity\" is the percentage of a company's ownership that a shareholder owns. Equity is a key concept in finance and investing because it shows the potential for a return on investment.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147947,
                                    "field_id": 195856,
                                    "name": "",
                                    "description": "Specify the funds agreed upon by partners to put into this investment.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147959,
                                    "field_id": 929496,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 7,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147951,
                                    "field_id": 920943,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147952,
                                    "field_id": 920944,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 9,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147954,
                                    "field_id": 920947,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 10,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147955,
                                    "field_id": 920950,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 11,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147961,
                                    "field_id": 929728,
                                    "name": "",
                                    "description": "Indicate the annual management rate that the partners have agreed upon. This represents the annual management fees applied to the fund's value, in percentage. This fee goes to the General Partner (GP) for managing the fund, which includes costs for support staff, legal fees, and fund administration. This is typically 2% within the venture capital fee structure, hence the \"two-twenty\" fee structure.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 12,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147962,
                                    "field_id": 929773,
                                    "name": "",
                                    "description": "Indicate the carried interest rate that the partners have agreed upon. This refers to the share of profits that a General Partner (GP) in a VC fund is entitled to receive as compensation for managing the fund and making successful investments. \"Carry\" is a term often used to describe carried interest. The GP will receive this percentage of the profits from this investment after the principal is returned to the partners. It's important to note that carried interest is only paid to the GP if the fund is successful and earns profits.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 13,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147956,
                                    "field_id": 920951,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 14,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147957,
                                    "field_id": 920952,
                                    "name": "",
                                    "description": "Write down any description or remarks about this investment.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 15,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147960,
                                    "field_id": 929722,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 16,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147963,
                                    "field_id": 929789,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 17,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2021-11-15T16:10:59.612088+00:00",
                            "updated_on": "2023-02-21T18:36:15.469654+00:00",
                            "field_195853": null,
                            "field_195856": [
                                1,
                                2,
                                3,
                                4
                            ],
                            "field_197462": null,
                            "field_919959": "2023-02-01",
                            "field_920838": [
                                1
                            ],
                            "field_920943": null,
                            "field_920944": null,
                            "field_920946": "50.00",
                            "field_920947": null,
                            "field_920950": null,
                            "field_920951": null,
                            "field_920952": null,
                            "field_929433": 448918,
                            "field_929496": null,
                            "field_929722": null,
                            "field_929728": "2.00",
                            "field_929773": "20.00",
                            "field_929789": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2021-11-15T16:10:59.616064+00:00",
                            "updated_on": "2023-02-21T18:36:26.114569+00:00",
                            "field_195853": null,
                            "field_195856": [
                                5,
                                6,
                                7
                            ],
                            "field_197462": null,
                            "field_919959": "2023-03-01",
                            "field_920838": [
                                2
                            ],
                            "field_920943": null,
                            "field_920944": null,
                            "field_920946": "45.00",
                            "field_920947": null,
                            "field_920950": null,
                            "field_920951": null,
                            "field_920952": null,
                            "field_929433": 448919,
                            "field_929496": null,
                            "field_929722": null,
                            "field_929728": "2.00",
                            "field_929773": "20.00",
                            "field_929789": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2023-02-21T18:41:10.474965+00:00",
                            "updated_on": "2023-02-24T15:15:48.271449+00:00",
                            "field_195853": null,
                            "field_195856": [
                                15
                            ],
                            "field_197462": null,
                            "field_919959": "2023-02-23",
                            "field_920838": [
                                3
                            ],
                            "field_920943": null,
                            "field_920944": null,
                            "field_920946": "45.00",
                            "field_920947": null,
                            "field_920950": null,
                            "field_920951": null,
                            "field_920952": "",
                            "field_929433": 448919,
                            "field_929496": null,
                            "field_929722": null,
                            "field_929728": "2.00",
                            "field_929773": "20.00",
                            "field_929789": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2023-02-21T18:41:13.569811+00:00",
                            "updated_on": "2023-02-24T15:37:56.718645+00:00",
                            "field_195853": null,
                            "field_195856": [
                                8
                            ],
                            "field_197462": null,
                            "field_919959": "2022-01-25",
                            "field_920838": [
                                4
                            ],
                            "field_920943": null,
                            "field_920944": null,
                            "field_920946": "50.00",
                            "field_920947": null,
                            "field_920950": null,
                            "field_920951": null,
                            "field_920952": "This venture was a big success. Push to expand this business.",
                            "field_929433": 448918,
                            "field_929496": null,
                            "field_929722": null,
                            "field_929728": "2.00",
                            "field_929773": "20.00",
                            "field_929789": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2023-02-21T18:41:16.630329+00:00",
                            "updated_on": "2023-02-24T15:15:34.821540+00:00",
                            "field_195853": null,
                            "field_195856": [
                                14
                            ],
                            "field_197462": null,
                            "field_919959": "2023-02-21",
                            "field_920838": [
                                5
                            ],
                            "field_920943": null,
                            "field_920944": null,
                            "field_920946": "50.00",
                            "field_920947": null,
                            "field_920950": null,
                            "field_920951": null,
                            "field_920952": "",
                            "field_929433": 448918,
                            "field_929496": null,
                            "field_929722": null,
                            "field_929728": "2.00",
                            "field_929773": "20.00",
                            "field_929789": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2023-02-24T14:53:47.853126+00:00",
                            "updated_on": "2023-02-24T14:58:05.117389+00:00",
                            "field_195853": null,
                            "field_195856": [
                                9,
                                10
                            ],
                            "field_197462": null,
                            "field_919959": "2022-07-05",
                            "field_920838": [
                                4
                            ],
                            "field_920943": null,
                            "field_920944": null,
                            "field_920946": "40.00",
                            "field_920947": null,
                            "field_920950": null,
                            "field_920951": null,
                            "field_920952": "",
                            "field_929433": 448919,
                            "field_929496": null,
                            "field_929722": null,
                            "field_929728": "2.00",
                            "field_929773": "15.00",
                            "field_929789": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2023-02-24T14:53:50.681964+00:00",
                            "updated_on": "2023-03-21T22:56:16.727087+00:00",
                            "field_195853": null,
                            "field_195856": [
                                11,
                                12,
                                13
                            ],
                            "field_197462": null,
                            "field_919959": "2023-01-09",
                            "field_920838": [
                                4
                            ],
                            "field_920943": null,
                            "field_920944": null,
                            "field_920946": "35.00",
                            "field_920947": null,
                            "field_920950": null,
                            "field_920951": null,
                            "field_920952": "The business is still looking good after its first anniversary.",
                            "field_929433": 448920,
                            "field_929496": null,
                            "field_929722": null,
                            "field_929728": "2.00",
                            "field_929773": "10.00",
                            "field_929789": null
                        }
                    ]
                },
                {
                    "id": 36348,
                    "name": "Funds",
                    "order": 2,
                    "fields": [
                        {
                            "id": 195843,
                            "type": "formula",
                            "name": "ID",
                            "order": 0,
                            "primary": true,
                            "number_decimal_places": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "nullable": true,
                            "date_include_time": null,
                            "formula": "concat( \n  \"F\", \n  if( \n    row_id() < 10, \n    concat(\"0000\", row_id()), \n    if( \n      row_id() < 100, \n      concat(\"000\", row_id()), \n      if( \n        row_id() < 1000, \n        concat(\"00\", row_id()), \n        if( \n          row_id() < 10000, \n          concat(\"0\", row_id()), \n          row_id() \n        ) \n      ) \n    ) \n  ) \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 195844,
                            "type": "link_row",
                            "name": "Invested in",
                            "order": 1,
                            "primary": false,
                            "link_row_table_id": 36351,
                            "link_row_related_field_id": 195856,
                            "has_related_field": true
                        },
                        {
                            "id": 198240,
                            "type": "date",
                            "name": "Collection date",
                            "order": 10,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 920776,
                            "type": "lookup",
                            "name": "Type",
                            "order": 12,
                            "primary": false,
                            "number_decimal_places": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": "single_select",
                            "nullable": true,
                            "date_include_time": null,
                            "through_field_id": 195844,
                            "through_field_name": "Invested in",
                            "target_field_id": 929433,
                            "target_field_name": "Type"
                        },
                        {
                            "id": 920777,
                            "type": "number",
                            "name": "Committed amount",
                            "order": 13,
                            "primary": false,
                            "number_decimal_places": 2,
                            "number_negative": false
                        },
                        {
                            "id": 920778,
                            "type": "boolean",
                            "name": "Is collected",
                            "order": 14,
                            "primary": false
                        },
                        {
                            "id": 920779,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 15,
                            "primary": false
                        },
                        {
                            "id": 920855,
                            "type": "link_row",
                            "name": "Partner",
                            "order": 16,
                            "primary": false,
                            "link_row_table_id": 36349,
                            "link_row_related_field_id": 920856,
                            "has_related_field": true
                        },
                        {
                            "id": 929581,
                            "type": "single_select",
                            "name": "Partner role",
                            "order": 17,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 449035,
                                    "value": "Limited Partner (LP)",
                                    "color": "blue",
                                    "order": 0
                                },
                                {
                                    "id": 449036,
                                    "value": "General Partner (GP)",
                                    "color": "orange",
                                    "order": 1
                                }
                            ]
                        },
                        {
                            "id": 929726,
                            "type": "formula",
                            "name": "Annual management fee",
                            "order": 19,
                            "primary": false,
                            "number_decimal_places": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "nullable": false,
                            "date_include_time": null,
                            "formula": "if( \n  isblank(field(\"Partner role\")), \n  \"\", \n  if( \n    contains(totext(field(\"Partner role\")), \"GP\"), \n    \"N/A\", \n    if( \n      sum(lookup(\"Invested in\", \"Number of partners\")) > 0, \n      round( \n        multiply( \n          field(\"Committed amount\"), \n          divide( \n            sum(lookup(\"Invested in\", \"Annual management rate (%)\")), \n            100\n          ) \n        ), \n        2 \n      ), \n      0 \n    ) \n  ) \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 929787,
                            "type": "formula",
                            "name": "Est. profit share (%)",
                            "order": 20,
                            "primary": false,
                            "number_decimal_places": 2,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": "number",
                            "nullable": true,
                            "date_include_time": null,
                            "formula": "if( \n  or( \n    isblank(field(\"Invested in\")), \n    isblank(field(\"Partner role\")) \n  ), \n  0, \n  round( \n    if( \n      contains(totext(field(\"Partner role\")), \"GP\"), \n      add( \n        divide( \n          lookup(\"Invested in\", \"Carried interest rate (%)\"), \n          lookup(\"Invested in\", \"Number of GPs\") \n        ), \n        divide( \n          minus( \n            100, \n            lookup(\"Invested in\", \"Carried interest rate (%)\") \n          ), \n          lookup(\"Invested in\", \"Number of partners\") \n        ) \n      ), \n      if( \n        lookup(\"Invested in\", \"Number of GPs\") > 0, \n        divide( \n          minus( \n            100, \n            lookup(\"Invested in\", \"Carried interest rate (%)\") \n          ), \n          lookup(\"Invested in\", \"Number of partners\") \n        ), \n        divide(  \n          100, \n          lookup(\"Invested in\", \"Number of partners\") \n        )\n      ) \n    ), \n    2 \n  ) \n)",
                            "formula_type": "array"
                        },
                        {
                            "id": 932212,
                            "type": "formula",
                            "name": "Invested in for sorting",
                            "order": 21,
                            "primary": false,
                            "number_decimal_places": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "nullable": true,
                            "date_include_time": null,
                            "formula": "join(field(\"Invested in\"), \"\")",
                            "formula_type": "text"
                        },
                        {
                            "id": 932399,
                            "type": "formula",
                            "name": "Partner for sorting",
                            "order": 22,
                            "primary": false,
                            "number_decimal_places": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "nullable": true,
                            "date_include_time": null,
                            "formula": "join(field(\"Partner\"), \"\")",
                            "formula_type": "text"
                        }
                    ],
                    "views": [
                        {
                            "id": 42224,
                            "type": "grid",
                            "name": "All funds",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 73684,
                                    "field_id": 932212,
                                    "order": "ASC"
                                },
                                {
                                    "id": 73698,
                                    "field_id": 929581,
                                    "order": "ASC"
                                },
                                {
                                    "id": 73699,
                                    "field_id": 932399,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 13397,
                                    "type": "left_border_color",
                                    "value_provider_type": "single_select_color",
                                    "value_provider_conf": {
                                        "field_id": 929581
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 13398,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "3a071026-dcbf-4858-9773-e8b7ed6595e3",
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "175d1c67-bf7b-47f1-bd2d-b693fbd73b8e",
                                                        "type": "boolean",
                                                        "field": 920778,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 217503,
                                    "field_id": 195843,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 217501,
                                    "field_id": 195844,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 220898,
                                    "field_id": 198240,
                                    "width": 152,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1356822,
                                    "field_id": 920776,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356823,
                                    "field_id": 920777,
                                    "width": 180,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                },
                                {
                                    "id": 1356824,
                                    "field_id": 920778,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1356825,
                                    "field_id": 920779,
                                    "width": 180,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356895,
                                    "field_id": 920855,
                                    "width": 161,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1370658,
                                    "field_id": 929581,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1370866,
                                    "field_id": 929726,
                                    "width": 211,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1370924,
                                    "field_id": 929787,
                                    "width": 179,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1375225,
                                    "field_id": 932212,
                                    "width": 196,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1375439,
                                    "field_id": 932399,
                                    "width": 174,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 222490,
                            "type": "kanban",
                            "name": "By partner role",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [
                                {
                                    "id": 13415,
                                    "type": "left_border_color",
                                    "value_provider_type": "single_select_color",
                                    "value_provider_conf": {
                                        "field_id": 929581
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 13416,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "3dcf929a-2c92-4bd5-aa14-31b667322fad",
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "b1caf024-2399-42e3-96e2-3219f25fd53f",
                                                        "type": "boolean",
                                                        "field": 920778,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "single_select_field_id": 929581,
                            "field_options": [
                                {
                                    "id": 71818,
                                    "field_id": 195843,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 71819,
                                    "field_id": 195844,
                                    "hidden": false,
                                    "order": 2
                                },
                                {
                                    "id": 71825,
                                    "field_id": 920855,
                                    "hidden": false,
                                    "order": 3
                                },
                                {
                                    "id": 71821,
                                    "field_id": 920776,
                                    "hidden": false,
                                    "order": 4
                                },
                                {
                                    "id": 71822,
                                    "field_id": 920777,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 71820,
                                    "field_id": 198240,
                                    "hidden": true,
                                    "order": 6
                                },
                                {
                                    "id": 71823,
                                    "field_id": 920778,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 71824,
                                    "field_id": 920779,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 71826,
                                    "field_id": 929581,
                                    "hidden": true,
                                    "order": 9
                                },
                                {
                                    "id": 71827,
                                    "field_id": 929726,
                                    "hidden": true,
                                    "order": 10
                                },
                                {
                                    "id": 71828,
                                    "field_id": 929787,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 72501,
                                    "field_id": 932212,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 72502,
                                    "field_id": 932399,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 222491,
                            "type": "form",
                            "name": "Add fund",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "public": false,
                            "title": "Add fund",
                            "description": "",
                            "cover_image": {
                                "name": "GnQVFv7w07nhQiR6pdkxFEqf4n1HI03p_514666759ac148b548c9ab875fd23d8ab1bbd0817a7428451c344991ae2744aa.jpg",
                                "original_name": "Header.Money.01.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "A fund was successfully added to the database. Please reload this page to add more.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 147978,
                                    "field_id": 195843,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147979,
                                    "field_id": 195844,
                                    "name": "",
                                    "description": "Please select the investment of which this fund is a part.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147981,
                                    "field_id": 920776,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147985,
                                    "field_id": 920855,
                                    "name": "",
                                    "description": "Please select the partner who committed this fund.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147986,
                                    "field_id": 929581,
                                    "name": "",
                                    "description": "Please select the role of the partner who committed this fund.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147982,
                                    "field_id": 920777,
                                    "name": "",
                                    "description": "Please indicate the total amount of capital that the partner has pledged to this fund.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147983,
                                    "field_id": 920778,
                                    "name": "",
                                    "description": "Check the box below if this fund has been collected from the partner.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147980,
                                    "field_id": 198240,
                                    "name": "",
                                    "description": "Indicate the date the fund is collected from the partner.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 7,
                                    "show_when_matching_conditions": true,
                                    "condition_type": "AND",
                                    "conditions": [
                                        {
                                            "id": 2117,
                                            "field": 920778,
                                            "type": "boolean",
                                            "value": "1"
                                        }
                                    ]
                                },
                                {
                                    "id": 147987,
                                    "field_id": 929726,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147988,
                                    "field_id": 929787,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 9,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147984,
                                    "field_id": 920779,
                                    "name": "",
                                    "description": "Write any description or remarks about this fund.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 10,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148054,
                                    "field_id": 932212,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148055,
                                    "field_id": 932399,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2021-11-15T16:04:30.765365+00:00",
                            "updated_on": "2023-02-24T15:40:37.197909+00:00",
                            "field_195843": null,
                            "field_195844": [
                                1
                            ],
                            "field_198240": "2022-10-03",
                            "field_920776": null,
                            "field_920777": "1000000.00",
                            "field_920778": "true",
                            "field_920779": null,
                            "field_920855": [
                                1
                            ],
                            "field_929581": 449036,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2021-11-15T16:04:30.768653+00:00",
                            "updated_on": "2023-02-24T15:40:40.801137+00:00",
                            "field_195843": null,
                            "field_195844": [
                                1
                            ],
                            "field_198240": "2022-10-03",
                            "field_920776": null,
                            "field_920777": "1000000.00",
                            "field_920778": "true",
                            "field_920779": null,
                            "field_920855": [
                                2
                            ],
                            "field_929581": 449035,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2021-11-19T02:30:36.043392+00:00",
                            "updated_on": "2023-02-24T15:40:43.617428+00:00",
                            "field_195843": null,
                            "field_195844": [
                                1
                            ],
                            "field_198240": "2022-10-03",
                            "field_920776": null,
                            "field_920777": "1000000.00",
                            "field_920778": "true",
                            "field_920779": null,
                            "field_920855": [
                                4
                            ],
                            "field_929581": 449035,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2021-11-19T02:44:03.010101+00:00",
                            "updated_on": "2023-02-24T15:40:40.399783+00:00",
                            "field_195843": null,
                            "field_195844": [
                                1
                            ],
                            "field_198240": "2022-10-03",
                            "field_920776": null,
                            "field_920777": "1000000.00",
                            "field_920778": "true",
                            "field_920779": null,
                            "field_920855": [
                                5
                            ],
                            "field_929581": 449035,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2023-02-21T18:03:00.545292+00:00",
                            "updated_on": "2023-02-24T15:42:06.764617+00:00",
                            "field_195843": null,
                            "field_195844": [
                                2
                            ],
                            "field_198240": "2023-01-09",
                            "field_920776": null,
                            "field_920777": "750000.00",
                            "field_920778": "true",
                            "field_920779": "",
                            "field_920855": [
                                8
                            ],
                            "field_929581": 449036,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2023-02-21T18:43:53.874182+00:00",
                            "updated_on": "2023-02-24T15:42:36.859418+00:00",
                            "field_195843": null,
                            "field_195844": [
                                2
                            ],
                            "field_198240": null,
                            "field_920776": null,
                            "field_920777": "750000.00",
                            "field_920778": "false",
                            "field_920779": "Waiting for fund clearing.",
                            "field_920855": [
                                6
                            ],
                            "field_929581": 449035,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 7,
                            "order": "6.00000000000000000000",
                            "created_on": "2023-02-21T18:43:54.793618+00:00",
                            "updated_on": "2023-02-24T15:42:15.309067+00:00",
                            "field_195843": null,
                            "field_195844": [
                                2
                            ],
                            "field_198240": "2023-01-23",
                            "field_920776": null,
                            "field_920777": "750000.00",
                            "field_920778": "true",
                            "field_920779": "",
                            "field_920855": [
                                3
                            ],
                            "field_929581": 449035,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 8,
                            "order": "7.00000000000000000000",
                            "created_on": "2023-02-21T18:43:55.764618+00:00",
                            "updated_on": "2023-02-24T15:38:09.179315+00:00",
                            "field_195843": null,
                            "field_195844": [
                                4
                            ],
                            "field_198240": "2022-01-05",
                            "field_920776": null,
                            "field_920777": "2500000.00",
                            "field_920778": "true",
                            "field_920779": "",
                            "field_920855": [
                                6
                            ],
                            "field_929581": 449036,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 9,
                            "order": "7.00000000000000000000",
                            "created_on": "2023-02-21T18:43:56.769053+00:00",
                            "updated_on": "2023-02-24T15:38:31.330602+00:00",
                            "field_195843": null,
                            "field_195844": [
                                6
                            ],
                            "field_198240": "2022-06-07",
                            "field_920776": null,
                            "field_920777": "2000000.00",
                            "field_920778": "true",
                            "field_920779": "",
                            "field_920855": [
                                6
                            ],
                            "field_929581": 449036,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 10,
                            "order": "8.00000000000000000000",
                            "created_on": "2023-02-21T18:43:58.681722+00:00",
                            "updated_on": "2023-02-24T15:38:35.886288+00:00",
                            "field_195843": null,
                            "field_195844": [
                                6
                            ],
                            "field_198240": "2022-06-07",
                            "field_920776": null,
                            "field_920777": "2000000.00",
                            "field_920778": "true",
                            "field_920779": "",
                            "field_920855": [
                                3
                            ],
                            "field_929581": 449035,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 11,
                            "order": "9.00000000000000000000",
                            "created_on": "2023-02-24T14:46:12.838214+00:00",
                            "updated_on": "2023-02-24T15:38:59.650429+00:00",
                            "field_195843": null,
                            "field_195844": [
                                7
                            ],
                            "field_198240": "2022-12-12",
                            "field_920776": null,
                            "field_920777": "1750000.00",
                            "field_920778": "true",
                            "field_920779": "",
                            "field_920855": [
                                6
                            ],
                            "field_929581": 449036,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 12,
                            "order": "9.00000000000000000000",
                            "created_on": "2023-02-24T14:46:13.219764+00:00",
                            "updated_on": "2023-02-24T15:39:02.588698+00:00",
                            "field_195843": null,
                            "field_195844": [
                                7
                            ],
                            "field_198240": "2022-12-12",
                            "field_920776": null,
                            "field_920777": "1750000.00",
                            "field_920778": "true",
                            "field_920779": "",
                            "field_920855": [
                                3
                            ],
                            "field_929581": 449035,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 13,
                            "order": "10.00000000000000000000",
                            "created_on": "2023-02-24T15:19:47.346369+00:00",
                            "updated_on": "2023-02-24T15:39:28.055980+00:00",
                            "field_195843": null,
                            "field_195844": [
                                7
                            ],
                            "field_198240": null,
                            "field_920776": null,
                            "field_920777": "1750000.00",
                            "field_920778": "false",
                            "field_920779": "Fund to be deployed.",
                            "field_920855": [
                                2
                            ],
                            "field_929581": 449035,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 14,
                            "order": "11.00000000000000000000",
                            "created_on": "2023-02-24T15:19:50.015464+00:00",
                            "updated_on": "2023-02-24T15:41:40.508757+00:00",
                            "field_195843": null,
                            "field_195844": [
                                5
                            ],
                            "field_198240": "2023-01-02",
                            "field_920776": null,
                            "field_920777": "500000.00",
                            "field_920778": "true",
                            "field_920779": "",
                            "field_920855": [
                                5
                            ],
                            "field_929581": 449036,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        },
                        {
                            "id": 15,
                            "order": "12.00000000000000000000",
                            "created_on": "2023-02-24T15:19:52.751159+00:00",
                            "updated_on": "2023-02-24T15:43:21.567864+00:00",
                            "field_195843": null,
                            "field_195844": [
                                3
                            ],
                            "field_198240": "2023-01-03",
                            "field_920776": null,
                            "field_920777": "1125000.00",
                            "field_920778": "true",
                            "field_920779": "",
                            "field_920855": [
                                1
                            ],
                            "field_929581": 449036,
                            "field_929726": null,
                            "field_929787": null,
                            "field_932212": null,
                            "field_932399": null
                        }
                    ]
                },
                {
                    "id": 39611,
                    "name": "Companies",
                    "order": 3,
                    "fields": [
                        {
                            "id": 213540,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 213541,
                            "type": "long_text",
                            "name": "Description",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 213546,
                            "type": "single_select",
                            "name": "Type",
                            "order": 3,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 26292,
                                    "value": "Product-based",
                                    "color": "orange",
                                    "order": 0
                                },
                                {
                                    "id": 26293,
                                    "value": "Service-based",
                                    "color": "blue",
                                    "order": 1
                                }
                            ]
                        },
                        {
                            "id": 213547,
                            "type": "multiple_select",
                            "name": "Industry",
                            "order": 4,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 429103,
                                    "value": "Agriculture",
                                    "color": "light-gray",
                                    "order": 0
                                },
                                {
                                    "id": 429104,
                                    "value": "Automotive",
                                    "color": "light-red",
                                    "order": 1
                                },
                                {
                                    "id": 429105,
                                    "value": "Computer hardware",
                                    "color": "light-orange",
                                    "order": 2
                                },
                                {
                                    "id": 429106,
                                    "value": "Computer software",
                                    "color": "light-green",
                                    "order": 3
                                },
                                {
                                    "id": 429107,
                                    "value": "Construction",
                                    "color": "light-blue",
                                    "order": 4
                                },
                                {
                                    "id": 429108,
                                    "value": "Education",
                                    "color": "gray",
                                    "order": 5
                                },
                                {
                                    "id": 429109,
                                    "value": "Entertainment",
                                    "color": "red",
                                    "order": 6
                                },
                                {
                                    "id": 429110,
                                    "value": "Finance",
                                    "color": "orange",
                                    "order": 7
                                },
                                {
                                    "id": 429111,
                                    "value": "Food and beverages",
                                    "color": "green",
                                    "order": 8
                                },
                                {
                                    "id": 429112,
                                    "value": "Healthcare",
                                    "color": "blue",
                                    "order": 9
                                },
                                {
                                    "id": 429113,
                                    "value": "Insurance",
                                    "color": "dark-gray",
                                    "order": 10
                                },
                                {
                                    "id": 429114,
                                    "value": "Manufacturing",
                                    "color": "dark-red",
                                    "order": 11
                                },
                                {
                                    "id": 429115,
                                    "value": "Mining",
                                    "color": "dark-orange",
                                    "order": 12
                                },
                                {
                                    "id": 429116,
                                    "value": "Personal services",
                                    "color": "red",
                                    "order": 13
                                },
                                {
                                    "id": 429117,
                                    "value": "Public sector",
                                    "color": "dark-green",
                                    "order": 14
                                },
                                {
                                    "id": 429118,
                                    "value": "Real estate",
                                    "color": "dark-blue",
                                    "order": 15
                                },
                                {
                                    "id": 429119,
                                    "value": "Retail",
                                    "color": "light-gray",
                                    "order": 16
                                },
                                {
                                    "id": 429120,
                                    "value": "Technology",
                                    "color": "light-red",
                                    "order": 17
                                },
                                {
                                    "id": 429121,
                                    "value": "Telecommunications",
                                    "color": "light-orange",
                                    "order": 18
                                },
                                {
                                    "id": 429122,
                                    "value": "Transportation",
                                    "color": "light-green",
                                    "order": 19
                                }
                            ]
                        },
                        {
                            "id": 213551,
                            "type": "number",
                            "name": "Valuation",
                            "order": 5,
                            "primary": false,
                            "number_decimal_places": 2,
                            "number_negative": false
                        },
                        {
                            "id": 920816,
                            "type": "date",
                            "name": "Founding date",
                            "order": 6,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 920820,
                            "type": "url",
                            "name": "Website",
                            "order": 7,
                            "primary": false
                        },
                        {
                            "id": 920821,
                            "type": "text",
                            "name": "Street address",
                            "order": 8,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 920824,
                            "type": "text",
                            "name": "City",
                            "order": 9,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 920825,
                            "type": "text",
                            "name": "State",
                            "order": 10,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 920828,
                            "type": "text",
                            "name": "Zip code",
                            "order": 11,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 920829,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 12,
                            "primary": false
                        },
                        {
                            "id": 920839,
                            "type": "link_row",
                            "name": "Funding rounds",
                            "order": 13,
                            "primary": false,
                            "link_row_table_id": 36351,
                            "link_row_related_field_id": 920838,
                            "has_related_field": true
                        },
                        {
                            "id": 920949,
                            "type": "link_row",
                            "name": "Contacts",
                            "order": 16,
                            "primary": false,
                            "link_row_table_id": 36799,
                            "link_row_related_field_id": 920948,
                            "has_related_field": true
                        }
                    ],
                    "views": [
                        {
                            "id": 46793,
                            "type": "grid",
                            "name": "All companies",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 73683,
                                    "field_id": 213540,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 13399,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "b7753898-b0db-4b71-a35b-68e597b0418d",
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "cd549db4-b6ba-44ad-8116-0a39515e0228",
                                                        "type": "boolean",
                                                        "field": 920829,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 13400,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "204f72ab-d9c9-47e1-8995-091ca3b748a0",
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "386143a2-a25e-485b-a00f-864177c4cd99",
                                                        "type": "empty",
                                                        "field": 920839,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 243289,
                                    "field_id": 213540,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 243287,
                                    "field_id": 213541,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 243292,
                                    "field_id": 213546,
                                    "width": 125,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 243293,
                                    "field_id": 213547,
                                    "width": 152,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 243297,
                                    "field_id": 213551,
                                    "width": 118,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 1356861,
                                    "field_id": 920816,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356865,
                                    "field_id": 920820,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356866,
                                    "field_id": 920821,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356867,
                                    "field_id": 920824,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356868,
                                    "field_id": 920825,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356870,
                                    "field_id": 920828,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356872,
                                    "field_id": 920829,
                                    "width": 110,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1356884,
                                    "field_id": 920839,
                                    "width": 218,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1357001,
                                    "field_id": 920949,
                                    "width": 152,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                }
                            ]
                        },
                        {
                            "id": 222489,
                            "type": "kanban",
                            "name": "By type",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [
                                {
                                    "id": 13413,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "53697499-e305-42e9-b676-f581bf58eedf",
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "b86ddf50-0a6e-4315-9134-ba641f65917a",
                                                        "type": "boolean",
                                                        "field": 920829,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 13414,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "397fc9ae-407d-4b21-a7d4-0adb882ace37",
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "e39b431e-9fa0-4116-a688-2ac0b75de3bc",
                                                        "type": "empty",
                                                        "field": 920839,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "single_select_field_id": 213546,
                            "field_options": [
                                {
                                    "id": 71804,
                                    "field_id": 213540,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 71805,
                                    "field_id": 213541,
                                    "hidden": false,
                                    "order": 2
                                },
                                {
                                    "id": 71806,
                                    "field_id": 213546,
                                    "hidden": false,
                                    "order": 3
                                },
                                {
                                    "id": 71807,
                                    "field_id": 213547,
                                    "hidden": false,
                                    "order": 4
                                },
                                {
                                    "id": 71808,
                                    "field_id": 213551,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 71817,
                                    "field_id": 920949,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 71816,
                                    "field_id": 920839,
                                    "hidden": false,
                                    "order": 7
                                },
                                {
                                    "id": 71809,
                                    "field_id": 920816,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 71810,
                                    "field_id": 920820,
                                    "hidden": true,
                                    "order": 9
                                },
                                {
                                    "id": 71811,
                                    "field_id": 920821,
                                    "hidden": true,
                                    "order": 10
                                },
                                {
                                    "id": 71812,
                                    "field_id": 920824,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 71813,
                                    "field_id": 920825,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 71814,
                                    "field_id": 920828,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 71815,
                                    "field_id": 920829,
                                    "hidden": true,
                                    "order": 14
                                }
                            ]
                        },
                        {
                            "id": 222488,
                            "type": "form",
                            "name": "Add company",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "public": false,
                            "title": "Add a company",
                            "description": "",
                            "cover_image": {
                                "name": "NGtY4vOccj6IoehkRfQoXy8UMbiVZVDY_5876c819a0101a1025378f04bb47c24e9bc045cbef94385d6be980bd4d63eba5.jpg",
                                "original_name": "Header.Business.01.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "The company was successfully added to the database. Please reload this page to add more.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 147964,
                                    "field_id": 213540,
                                    "name": "",
                                    "description": "Please indicate a unique identifier or the complete name of this company.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147965,
                                    "field_id": 213541,
                                    "name": "",
                                    "description": "Write any additional information or a detailed description about this company.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147966,
                                    "field_id": 213546,
                                    "name": "",
                                    "description": "Please specify whether this business or company is product-based or service-based.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147967,
                                    "field_id": 213547,
                                    "name": "",
                                    "description": "Please select the industry this company belongs to.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147969,
                                    "field_id": 920816,
                                    "name": "",
                                    "description": "Indicate the date this company started operating.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147968,
                                    "field_id": 213551,
                                    "name": "",
                                    "description": "Specify the value of this company. Valuation is an important concept in finance and investing because it helps investors and analysts figure out what an investment might be worth. In the context of venture capital, company valuation is especially important because it's used to figure out how much equity a Venture Capital firm will get in exchange for their investment.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147976,
                                    "field_id": 920839,
                                    "name": "",
                                    "description": "Select the investments made for this company.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147977,
                                    "field_id": 920949,
                                    "name": "",
                                    "description": "Select the primary contacts for this company.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 7,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147970,
                                    "field_id": 920820,
                                    "name": "",
                                    "description": "Indicate this company's main website's URL.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147971,
                                    "field_id": 920821,
                                    "name": "",
                                    "description": "Indicate the street where this company is located.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 9,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147972,
                                    "field_id": 920824,
                                    "name": "",
                                    "description": "Indicate the city where this company is located.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 10,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147973,
                                    "field_id": 920825,
                                    "name": "",
                                    "description": "Indicate the state where this company is located.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 11,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147974,
                                    "field_id": 920828,
                                    "name": "",
                                    "description": "Indicate the mailing zip code of this company location.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 12,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147975,
                                    "field_id": 920829,
                                    "name": "",
                                    "description": "Tick the checkbox indicating whether this company is still active or not.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 13,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2021-12-12T22:38:17.803367+00:00",
                            "updated_on": "2023-02-21T18:43:08.757336+00:00",
                            "field_213540": "Cybrospace",
                            "field_213541": "Cybrospace is a leading provider of service-based telecommunications solutions to businesses and individuals worldwide. We specialize in delivering reliable, high-speed internet, cloud-based communications, and network security services using cutting-edge technology, allowing our clients to stay connected and secure in the digital world.\n \nCybrospace is dedicated to meeting our clients' needs by providing customized solutions that are tailored to their specific needs. Our skilled and experienced employees are dedicated to giving our clients great customer service and technical support so that they are always connected and safe.\n \nCybrospace has earned a reputation as a trusted partner for businesses of all sizes through our innovative and secure telecommunications solutions. Cybrospace is the company to go to for all of your telecommunications needs, whether you want to make your network more secure, improve your ability to communicate, or speed up your internet.",
                            "field_213546": 26292,
                            "field_213547": [
                                429121
                            ],
                            "field_213551": "8000000.00",
                            "field_920816": "2023-02-01",
                            "field_920820": "www.cybrospacebr.com",
                            "field_920821": "978 Poplar Avenue",
                            "field_920824": "San Diego",
                            "field_920825": "California",
                            "field_920828": "92101",
                            "field_920829": "true",
                            "field_920839": [
                                1
                            ],
                            "field_920949": [
                                1,
                                2,
                                3
                            ]
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2021-12-12T22:38:17.809500+00:00",
                            "updated_on": "2023-02-24T14:50:05.634992+00:00",
                            "field_213540": "MindCoreX",
                            "field_213541": "MindCoreX is a fast-growing product-based microchip company that offers cutting-edge semiconductor solutions to a wide range of industries. We make high-quality, cutting-edge microchips that help our customers make products that are smarter, faster, and more efficient.\n \nMindCoreX engineers and designers work hard to create innovative microchips. Our expertise in microelectronics enables us to develop cost-effective, technologically advanced solutions that give our clients a competitive advantage in their industries.\n \nMindCoreX microchips have an impact on technology in the automotive, aerospace, consumer electronics, and telecommunications industries. R&D keeps us at the forefront of the industry, delivering innovative and dependable products.\n \nMindCoreX is dedicated to driving global technological transformation. Our advanced microchips enable our customers to develop products that improve people's lives and advance science.",
                            "field_213546": 26292,
                            "field_213547": [
                                429105
                            ],
                            "field_213551": "5000000.00",
                            "field_920816": "2022-05-03",
                            "field_920820": "www.mindcorexbr.com",
                            "field_920821": "557 Ford Street",
                            "field_920824": "San Jose",
                            "field_920825": "California",
                            "field_920828": "95131",
                            "field_920829": "true",
                            "field_920839": [
                                2
                            ],
                            "field_920949": [
                                4,
                                5,
                                6
                            ]
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2023-02-17T15:05:24.566010+00:00",
                            "updated_on": "2023-02-24T14:50:18.511660+00:00",
                            "field_213540": "Novellence",
                            "field_213541": "Novellence is a leading service-based education company dedicated to changing people's lives through education. Our mission is to help people reach their full potential by providing high-quality education that is accessible, affordable, and effective.\n \nNovellence provides a variety of educational services, such as online courses, tutoring, test preparation, and career development. Our team of experienced educators and industry experts is dedicated to assisting our clients in reaching their objectives. We believe that education is the key to unlocking potential and building a better future, and we are committed to providing our clients with the highest quality services.\n \nNovellence has the education services you need, whether you're a student looking to improve your grades, a professional looking to advance your career, or an organization looking to train your employees. Our programs are flexible and can be changed to fit the needs of each person or organization. Our dedication to quality makes sure that you get the best education possible.\n \nNovellence believes that education should be a lifelong endeavor, and we are dedicated to assisting our clients in continuing to learn and grow throughout their lives. Novellence is the best choice for all of your educational needs because of our passion for education and commitment to excellence.",
                            "field_213546": 26293,
                            "field_213547": [
                                429108
                            ],
                            "field_213551": "2500000.00",
                            "field_920816": "2023-01-10",
                            "field_920820": "www.novellencebr.com",
                            "field_920821": "3358 Southside Lane",
                            "field_920824": "Los Angeles",
                            "field_920825": "California",
                            "field_920828": "90017",
                            "field_920829": "true",
                            "field_920839": [
                                3
                            ],
                            "field_920949": [
                                7,
                                8
                            ]
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2023-02-17T15:10:17.721174+00:00",
                            "updated_on": "2023-02-24T14:49:39.508972+00:00",
                            "field_213540": "Cybervatech",
                            "field_213541": "Cybervatech is a leading service-based cyber security firm that specializes in protecting businesses and organizations from cyber threats. We use cutting-edge technology and an experienced team of cyber security professionals to give our clients full, custom solutions to keep them safe in the digital world.\n \nAt Cybervatech, we understand the importance of cyber security and the risks that businesses face from data breaches, hacking, and other cyber threats. As a result, we provide a wide range of services, including network security, threat detection and response, vulnerability management, and compliance management. Our services are meant to protect our clients' valuable assets, keep their reputations safe, and stop expensive data breaches.\n \nOur experienced professionals are experts in the most recent cyber security technologies and trends, and they are constantly working to stay ahead of emerging threats. We make sure that each of our clients' cyber security needs are met and that they have a customized cyber security plan that fits the needs of their business.\n \nCybervatech is dedicated to providing the highest level of service and protection to our clients. We know that cyber security is important for every business, and we're here to give you the knowledge and tools you need to keep your business safe in the digital age.",
                            "field_213546": 26293,
                            "field_213547": [
                                429120
                            ],
                            "field_213551": "12000000.00",
                            "field_920816": "2022-01-18",
                            "field_920820": "www.cybervatechbr.com",
                            "field_920821": "4847 Green Avenue",
                            "field_920824": "Oakland",
                            "field_920825": "California",
                            "field_920828": "94612",
                            "field_920829": "true",
                            "field_920839": [
                                4,
                                7,
                                6
                            ],
                            "field_920949": [
                                9,
                                10
                            ]
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2023-02-17T15:11:53.585647+00:00",
                            "updated_on": "2023-02-24T14:49:51.785427+00:00",
                            "field_213540": "Infinixus",
                            "field_213541": "Infinixus is a leading service-based transportation company that is committed to providing individuals and businesses with dependable, safe, and efficient transportation solutions. We provide a wide range of transportation services to meet the needs of our clients, using cutting-edge technology and an experienced team of transportation professionals.\n \nAt Infinixus, we understand how important transportation is to any business or individual. As a result, we provide a wide range of services, such as car rental, airport transfers, chauffeur services, and corporate transportation. Our services are designed to make transportation easy and comfortable for our clients, whether they are traveling for business, pleasure, or special events.\n \nOur experienced and skilled professionals are committed to providing exceptional customer service and ensuring that our clients arrive safely and on time. We are committed to using cutting-edge technology to optimize our transportation services, from GPS tracking to online booking systems that allow our clients to easily book and manage their transportation needs.\n \nAt Infinixus, we are dedicated to providing our customers with dependable, safe, and comfortable transportation. We are different from other transportation companies because we put a lot of emphasis on innovation, quality, and customer service. This makes us the best choice for all of your transportation needs.",
                            "field_213546": 26293,
                            "field_213547": [
                                429122
                            ],
                            "field_213551": "1000000.00",
                            "field_920816": "2023-02-28",
                            "field_920820": "www.infinixusbr.com",
                            "field_920821": "858 Park Street",
                            "field_920824": "San Francisco",
                            "field_920825": "California",
                            "field_920828": "94108",
                            "field_920829": "true",
                            "field_920839": [
                                5
                            ],
                            "field_920949": [
                                11,
                                12
                            ]
                        }
                    ]
                },
                {
                    "id": 36349,
                    "name": "Partners",
                    "order": 4,
                    "fields": [
                        {
                            "id": 195846,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 195847,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 920781,
                            "type": "file",
                            "name": "Photo",
                            "order": 5,
                            "primary": false
                        },
                        {
                            "id": 920792,
                            "type": "phone_number",
                            "name": "Phone",
                            "order": 6,
                            "primary": false
                        },
                        {
                            "id": 920793,
                            "type": "email",
                            "name": "Email",
                            "order": 7,
                            "primary": false
                        },
                        {
                            "id": 920794,
                            "type": "text",
                            "name": "Street address",
                            "order": 8,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 920795,
                            "type": "text",
                            "name": "City",
                            "order": 9,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 920796,
                            "type": "text",
                            "name": "State",
                            "order": 10,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 920797,
                            "type": "text",
                            "name": "Zip code",
                            "order": 11,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 920798,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 12,
                            "primary": false
                        },
                        {
                            "id": 920856,
                            "type": "link_row",
                            "name": "Related funds",
                            "order": 13,
                            "primary": false,
                            "link_row_table_id": 36348,
                            "link_row_related_field_id": 920855,
                            "has_related_field": true
                        },
                        {
                            "id": 920859,
                            "type": "lookup",
                            "name": "Investments",
                            "order": 14,
                            "primary": false,
                            "number_decimal_places": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": "text",
                            "nullable": true,
                            "date_include_time": null,
                            "through_field_id": 920856,
                            "through_field_name": "Related funds",
                            "target_field_id": 195844,
                            "target_field_name": "Invested in"
                        }
                    ],
                    "views": [
                        {
                            "id": 42225,
                            "type": "grid",
                            "name": "All partners",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 73700,
                                    "field_id": 195846,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 13395,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "8ba53111-2b8c-43d6-82ec-d567dccd8ba7",
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "e401ca31-f5a6-4a6d-8640-520410d35804",
                                                        "type": "boolean",
                                                        "field": 920798,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "7bbdaac7-103d-48bc-8f05-0dfc1316e578",
                                                "color": "dark-orange",
                                                "filters": [
                                                    {
                                                        "id": "989ed285-548b-4f1a-a099-b9edfc9f845f",
                                                        "type": "empty",
                                                        "field": 920856,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 217506,
                                    "field_id": 195846,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 217504,
                                    "field_id": 195847,
                                    "width": 181,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356826,
                                    "field_id": 920781,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1356836,
                                    "field_id": 920792,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356837,
                                    "field_id": 920793,
                                    "width": 222,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356838,
                                    "field_id": 920794,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356839,
                                    "field_id": 920795,
                                    "width": 105,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356840,
                                    "field_id": 920796,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356841,
                                    "field_id": 920797,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356846,
                                    "field_id": 920798,
                                    "width": 110,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1356896,
                                    "field_id": 920856,
                                    "width": 152,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1356911,
                                    "field_id": 920859,
                                    "width": 285,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 222495,
                            "type": "gallery",
                            "name": "Partners",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 89808,
                                    "field_id": 920798,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 73703,
                                    "field_id": 195846,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 13417,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "d3855f8d-778c-4612-9366-d34d57f409cd",
                                                "color": "dark-orange",
                                                "filters": [
                                                    {
                                                        "id": "4e051bf3-b07d-453e-b083-b8612b44e670",
                                                        "type": "empty",
                                                        "field": 920856,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "card_cover_image_field_id": 920781,
                            "field_options": [
                                {
                                    "id": 125803,
                                    "field_id": 195846,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 125804,
                                    "field_id": 195847,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 125805,
                                    "field_id": 920781,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 125806,
                                    "field_id": 920792,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 125807,
                                    "field_id": 920793,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 125808,
                                    "field_id": 920794,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 125809,
                                    "field_id": 920795,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 125810,
                                    "field_id": 920796,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 125811,
                                    "field_id": 920797,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 125812,
                                    "field_id": 920798,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 125813,
                                    "field_id": 920856,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 125814,
                                    "field_id": 920859,
                                    "hidden": false,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 222496,
                            "type": "form",
                            "name": "Add partner",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "public": false,
                            "title": "Add an investment partner",
                            "description": "",
                            "cover_image": {
                                "name": "0YTAB9LJhGMnscVMBihTTPLcy3lpU34P_459e786f3cd81f300482a505b24ea5d2f73b8a055236cca2364f8e7d65a2acc0.jpg",
                                "original_name": "Header.Mentoring.01.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "The investment partner was successfully added to the database. Please reload this page to add more.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 147989,
                                    "field_id": 195846,
                                    "name": "",
                                    "description": "Please write the full name of the investment partner.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147991,
                                    "field_id": 920781,
                                    "name": "",
                                    "description": "Upload the investment partner's photograph.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148000,
                                    "field_id": 920859,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147992,
                                    "field_id": 920792,
                                    "name": "",
                                    "description": "Please indicate the investment partner's current phone number.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147993,
                                    "field_id": 920793,
                                    "name": "",
                                    "description": "Indicate the investment partner's current email address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147990,
                                    "field_id": 195847,
                                    "name": "",
                                    "description": "Write any description or remarks about this investment partner.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147994,
                                    "field_id": 920794,
                                    "name": "",
                                    "description": "Indicate the investment partner's street address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147995,
                                    "field_id": 920795,
                                    "name": "",
                                    "description": "Indicate the investment partner's city.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 7,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147996,
                                    "field_id": 920796,
                                    "name": "",
                                    "description": "Indicate the investment partner's state.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147997,
                                    "field_id": 920797,
                                    "name": "",
                                    "description": "Indicate the investment partner's zip code.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 9,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147998,
                                    "field_id": 920798,
                                    "name": "",
                                    "description": "Check the box below if this investment partner is still active.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 10,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 147999,
                                    "field_id": 920856,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 11,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2021-11-15T16:04:36.090718+00:00",
                            "updated_on": "2023-02-17T14:58:09.798012+00:00",
                            "field_195846": "John E. Marshall",
                            "field_195847": null,
                            "field_920781": [
                                {
                                    "name": "n20mZykpXaHFMO7n6ZsZmxjeqoVml8RO_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
                                    "visible_name": "Man.03.jpg",
                                    "original_name": "Man.03.jpg"
                                }
                            ],
                            "field_920792": "(323) 207-7576",
                            "field_920793": "john.marshall@brgeemailz.net",
                            "field_920794": "1028 Rosemont Avenue",
                            "field_920795": "Anaheim",
                            "field_920796": "California",
                            "field_920797": "92801",
                            "field_920798": "true",
                            "field_920856": [
                                1,
                                15
                            ],
                            "field_920859": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2021-11-15T16:04:36.099313+00:00",
                            "updated_on": "2023-02-22T04:18:07.017011+00:00",
                            "field_195846": "Latisha C. Mazon",
                            "field_195847": "Out of town this coming October.",
                            "field_920781": [
                                {
                                    "name": "3ZIEfynQs4H3PBrgsD8azEAvnLiNy8uH_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
                                    "visible_name": "Woman.46.jpg",
                                    "original_name": "Woman.46.jpg"
                                }
                            ],
                            "field_920792": "(530) 540-8012",
                            "field_920793": "latisha.mazon@brgeemailz.net",
                            "field_920794": "4381 Hill Croft Farm Road",
                            "field_920795": "Chico",
                            "field_920796": "California",
                            "field_920797": "95926",
                            "field_920798": "true",
                            "field_920856": [
                                2,
                                13
                            ],
                            "field_920859": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2021-11-19T02:44:51.990585+00:00",
                            "updated_on": "2023-02-17T14:58:17.791264+00:00",
                            "field_195846": "Nora G. Mott",
                            "field_195847": "",
                            "field_920781": [
                                {
                                    "name": "YJg28ThrKGNIRjMNKHBDvcXf8Lwpw8ZW_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
                                    "visible_name": "Woman.55.jpg",
                                    "original_name": "Woman.55.jpg"
                                }
                            ],
                            "field_920792": "(818) 240-6675",
                            "field_920793": "nora.mott@brgeemailz.net",
                            "field_920794": "2105 New York Avenue",
                            "field_920795": "Glendale",
                            "field_920796": "California",
                            "field_920797": "91204",
                            "field_920798": "true",
                            "field_920856": [
                                7,
                                10,
                                12
                            ],
                            "field_920859": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2021-11-19T02:45:15.567819+00:00",
                            "updated_on": "2023-02-17T14:58:20.974047+00:00",
                            "field_195846": "Thomas J. Nickson",
                            "field_195847": "",
                            "field_920781": [
                                {
                                    "name": "kpvm8PvAMu5It0mGgbCPrU3vAJEV1Xnm_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
                                    "visible_name": "Man.11.jpg",
                                    "original_name": "Man.11.jpg"
                                }
                            ],
                            "field_920792": "(916) 336-7017",
                            "field_920793": "thomas.nickson@brgeemailz.net",
                            "field_920794": "898 Pearl Street",
                            "field_920795": "Sacramento",
                            "field_920796": "California",
                            "field_920797": "95814",
                            "field_920798": "true",
                            "field_920856": [
                                3
                            ],
                            "field_920859": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2021-11-19T02:45:21.270707+00:00",
                            "updated_on": "2023-02-17T14:58:24.048771+00:00",
                            "field_195846": "Cinda O. Pullen",
                            "field_195847": "",
                            "field_920781": [
                                {
                                    "name": "RVLB3BKHhwtVuAG47bw33zbQvd4iI5sh_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
                                    "visible_name": "Woman.36.jpg",
                                    "original_name": "Woman.36.jpg"
                                }
                            ],
                            "field_920792": "(213) 743-1636",
                            "field_920793": "cinda.pullen@brgeemailz.net",
                            "field_920794": "3486 Canis Heights Drive",
                            "field_920795": "Los Angeles",
                            "field_920796": "California",
                            "field_920797": "90007",
                            "field_920798": "true",
                            "field_920856": [
                                4,
                                14
                            ],
                            "field_920859": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2021-11-19T02:45:21.873137+00:00",
                            "updated_on": "2023-02-22T04:30:23.525943+00:00",
                            "field_195846": "Richard A. Rethman",
                            "field_195847": "",
                            "field_920781": [
                                {
                                    "name": "vBJTvoC4ZECTYycqfjSWRAr6xlCU1cPI_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
                                    "visible_name": "Man.31.jpg",
                                    "original_name": "Man.31.jpg"
                                }
                            ],
                            "field_920792": "(626) 585-3240",
                            "field_920793": "richard.rethman@brgeemailz.net",
                            "field_920794": "3633 Nickel Road",
                            "field_920795": "Pasadena",
                            "field_920796": "California",
                            "field_920797": "91101",
                            "field_920798": "true",
                            "field_920856": [
                                6,
                                8,
                                9,
                                11
                            ],
                            "field_920859": null
                        },
                        {
                            "id": 8,
                            "order": "7.00000000000000000000",
                            "created_on": "2023-02-13T15:33:35.571780+00:00",
                            "updated_on": "2023-02-17T14:58:30.106031+00:00",
                            "field_195846": "Michael S. Robicheaux",
                            "field_195847": "",
                            "field_920781": [
                                {
                                    "name": "zC3DkDSc46Gwyq0dFNDft3uutdqfcJPD_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
                                    "visible_name": "Man.28.jpg",
                                    "original_name": "Man.28.jpg"
                                }
                            ],
                            "field_920792": "(707) 840-5210",
                            "field_920793": "michael.robicheaux@brgeemailz.net",
                            "field_920794": "792 Pretty View Lane",
                            "field_920795": "McKinley Ville",
                            "field_920796": "California",
                            "field_920797": "95519",
                            "field_920798": "true",
                            "field_920856": [
                                5
                            ],
                            "field_920859": null
                        }
                    ]
                },
                {
                    "id": 36799,
                    "name": "Contacts",
                    "order": 5,
                    "fields": [
                        {
                            "id": 198232,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 198234,
                            "type": "multiple_select",
                            "name": "Role",
                            "order": 2,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 21684,
                                    "value": "Chief executive officer",
                                    "color": "dark-blue",
                                    "order": 0
                                },
                                {
                                    "id": 21685,
                                    "value": "Chief operating officer",
                                    "color": "dark-blue",
                                    "order": 1
                                },
                                {
                                    "id": 21686,
                                    "value": "Chief financial officer",
                                    "color": "dark-blue",
                                    "order": 2
                                },
                                {
                                    "id": 429133,
                                    "value": "Chief marketing officer",
                                    "color": "dark-blue",
                                    "order": 3
                                },
                                {
                                    "id": 429134,
                                    "value": "Chief technology officer",
                                    "color": "dark-blue",
                                    "order": 4
                                },
                                {
                                    "id": 429135,
                                    "value": "Founder",
                                    "color": "dark-blue",
                                    "order": 5
                                },
                                {
                                    "id": 429136,
                                    "value": "Partner",
                                    "color": "dark-blue",
                                    "order": 6
                                },
                                {
                                    "id": 429137,
                                    "value": "President",
                                    "color": "dark-gray",
                                    "order": 7
                                },
                                {
                                    "id": 429138,
                                    "value": "Vice president",
                                    "color": "dark-gray",
                                    "order": 8
                                },
                                {
                                    "id": 429139,
                                    "value": "Corporate secretary",
                                    "color": "dark-gray",
                                    "order": 9
                                },
                                {
                                    "id": 429140,
                                    "value": "Executive secretary",
                                    "color": "dark-gray",
                                    "order": 10
                                },
                                {
                                    "id": 429141,
                                    "value": "Executive assistant",
                                    "color": "dark-gray",
                                    "order": 11
                                },
                                {
                                    "id": 429142,
                                    "value": "Marketing manager",
                                    "color": "dark-orange",
                                    "order": 12
                                },
                                {
                                    "id": 429143,
                                    "value": "Product manager",
                                    "color": "dark-orange",
                                    "order": 13
                                },
                                {
                                    "id": 429144,
                                    "value": "Project manager",
                                    "color": "dark-orange",
                                    "order": 14
                                },
                                {
                                    "id": 429145,
                                    "value": "Finance manager",
                                    "color": "dark-orange",
                                    "order": 15
                                },
                                {
                                    "id": 429146,
                                    "value": "Human resources manager",
                                    "color": "dark-orange",
                                    "order": 16
                                },
                                {
                                    "id": 429147,
                                    "value": "Marketing specialist",
                                    "color": "dark-green",
                                    "order": 17
                                },
                                {
                                    "id": 429148,
                                    "value": "Business analyst",
                                    "color": "dark-green",
                                    "order": 18
                                },
                                {
                                    "id": 429149,
                                    "value": "Human resources personnel",
                                    "color": "dark-green",
                                    "order": 19
                                },
                                {
                                    "id": 429150,
                                    "value": "Accountant",
                                    "color": "dark-green",
                                    "order": 20
                                },
                                {
                                    "id": 429151,
                                    "value": "Sales representative",
                                    "color": "dark-green",
                                    "order": 21
                                },
                                {
                                    "id": 429152,
                                    "value": "Customer service representative",
                                    "color": "dark-green",
                                    "order": 22
                                },
                                {
                                    "id": 429153,
                                    "value": "Administrative assistant",
                                    "color": "dark-green",
                                    "order": 23
                                }
                            ]
                        },
                        {
                            "id": 198237,
                            "type": "phone_number",
                            "name": "Phone",
                            "order": 3,
                            "primary": false
                        },
                        {
                            "id": 198238,
                            "type": "email",
                            "name": "Email",
                            "order": 4,
                            "primary": false
                        },
                        {
                            "id": 198239,
                            "type": "url",
                            "name": "LinkedIn profile",
                            "order": 5,
                            "primary": false
                        },
                        {
                            "id": 920831,
                            "type": "file",
                            "name": "Photo",
                            "order": 6,
                            "primary": false
                        },
                        {
                            "id": 920832,
                            "type": "text",
                            "name": "Street address",
                            "order": 7,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 920834,
                            "type": "text",
                            "name": "City",
                            "order": 8,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 920835,
                            "type": "text",
                            "name": "State",
                            "order": 9,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 920836,
                            "type": "text",
                            "name": "Zip code",
                            "order": 10,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 920837,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 11,
                            "primary": false
                        },
                        {
                            "id": 920948,
                            "type": "link_row",
                            "name": "Company",
                            "order": 12,
                            "primary": false,
                            "link_row_table_id": 39611,
                            "link_row_related_field_id": 920949,
                            "has_related_field": true
                        },
                        {
                            "id": 921200,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 13,
                            "primary": false
                        },
                        {
                            "id": 932417,
                            "type": "formula",
                            "name": "Company for sorting",
                            "order": 14,
                            "primary": false,
                            "number_decimal_places": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "date_format": null,
                            "error": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "nullable": true,
                            "date_include_time": null,
                            "formula": "join(field(\"Company\"), \"\")",
                            "formula_type": "text"
                        }
                    ],
                    "views": [
                        {
                            "id": 42862,
                            "type": "grid",
                            "name": "All contacts",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 73701,
                                    "field_id": 932417,
                                    "order": "ASC"
                                },
                                {
                                    "id": 73702,
                                    "field_id": 198232,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 13396,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "6d7f1b27-eea9-4b40-8282-5318c42a6cd8",
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "89999213-2fbb-4b6c-8217-b3f6e832f2a4",
                                                        "type": "boolean",
                                                        "field": 920837,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "14e2b1b3-203b-48da-909a-86771ffc4dfa",
                                                "color": "dark-orange",
                                                "filters": [
                                                    {
                                                        "id": "27fe5e4a-b004-43e0-8c8e-4a3869adb7fc",
                                                        "type": "empty",
                                                        "field": 920948,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 220891,
                                    "field_id": 198232,
                                    "width": 174,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 220890,
                                    "field_id": 198234,
                                    "width": 186,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 220894,
                                    "field_id": 198237,
                                    "width": 111,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 220895,
                                    "field_id": 198238,
                                    "width": 222,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 220900,
                                    "field_id": 198239,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356873,
                                    "field_id": 920831,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1356874,
                                    "field_id": 920832,
                                    "width": 168,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356875,
                                    "field_id": 920834,
                                    "width": 104,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356876,
                                    "field_id": 920835,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356881,
                                    "field_id": 920836,
                                    "width": 113,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1356882,
                                    "field_id": 920837,
                                    "width": 110,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1357000,
                                    "field_id": 920948,
                                    "width": 119,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 1357489,
                                    "field_id": 921200,
                                    "width": 166,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 1375457,
                                    "field_id": 932417,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 222497,
                            "type": "gallery",
                            "name": "Contacts",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 89809,
                                    "field_id": 920837,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 73681,
                                    "field_id": 198232,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 13418,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "a417d700-6985-41c4-a748-9d401cd3ff15",
                                                "color": "dark-orange",
                                                "filters": [
                                                    {
                                                        "id": "b6b096cf-80ce-4f77-b9d4-17dc94b58582",
                                                        "type": "empty",
                                                        "field": 920948,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "card_cover_image_field_id": 920831,
                            "field_options": [
                                {
                                    "id": 125815,
                                    "field_id": 198232,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 125826,
                                    "field_id": 920948,
                                    "hidden": false,
                                    "order": 2
                                },
                                {
                                    "id": 125816,
                                    "field_id": 198234,
                                    "hidden": false,
                                    "order": 3
                                },
                                {
                                    "id": 125817,
                                    "field_id": 198237,
                                    "hidden": false,
                                    "order": 4
                                },
                                {
                                    "id": 125818,
                                    "field_id": 198238,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 125819,
                                    "field_id": 198239,
                                    "hidden": true,
                                    "order": 6
                                },
                                {
                                    "id": 125820,
                                    "field_id": 920831,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 125821,
                                    "field_id": 920832,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 125822,
                                    "field_id": 920834,
                                    "hidden": true,
                                    "order": 9
                                },
                                {
                                    "id": 125823,
                                    "field_id": 920835,
                                    "hidden": true,
                                    "order": 10
                                },
                                {
                                    "id": 125824,
                                    "field_id": 920836,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 125825,
                                    "field_id": 920837,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 125827,
                                    "field_id": 921200,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 125858,
                                    "field_id": 932417,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 222560,
                            "type": "form",
                            "name": "Add contact",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "public": false,
                            "title": "Add a contact",
                            "description": "",
                            "cover_image": {
                                "name": "B1MJk8e704o9woFTAb9PKGT7WSEgImKv_085609b4a5a2b28f80cce9b896ede6ac319adf75caf280059163e51bdf5af662.jpg",
                                "original_name": "Header.Meeting.04.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "A new contact was successfully added to the database. Please reload this page to add more.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 148056,
                                    "field_id": 198232,
                                    "name": "",
                                    "description": "Please write the contact's full name.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148061,
                                    "field_id": 920831,
                                    "name": "",
                                    "description": "Upload the contact's photograph.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148067,
                                    "field_id": 920948,
                                    "name": "",
                                    "description": "Please select the company to which this contact belongs.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148057,
                                    "field_id": 198234,
                                    "name": "",
                                    "description": "Please select this contact's role or designation.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148058,
                                    "field_id": 198237,
                                    "name": "",
                                    "description": "Please indicate this contact's current phone number.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148059,
                                    "field_id": 198238,
                                    "name": "",
                                    "description": "Indicate this contact's current email address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148060,
                                    "field_id": 198239,
                                    "name": "",
                                    "description": "Indicate the URL of this contact's LinkedIn profile.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148068,
                                    "field_id": 921200,
                                    "name": "",
                                    "description": "Write any description or remarks about this contact.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 7,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148062,
                                    "field_id": 920832,
                                    "name": "",
                                    "description": "Indicate this contact's street address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148063,
                                    "field_id": 920834,
                                    "name": "",
                                    "description": "Indicate this contact's city.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 9,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148064,
                                    "field_id": 920835,
                                    "name": "",
                                    "description": "Indicate this contact's state.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 10,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148065,
                                    "field_id": 920836,
                                    "name": "",
                                    "description": "Indicate this contact's zip code.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 11,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148066,
                                    "field_id": 920837,
                                    "name": "",
                                    "description": "Tick the checkbox below if this contact is still active.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 12,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 148069,
                                    "field_id": 932417,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 13,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2021-11-19T02:37:38.106162+00:00",
                            "updated_on": "2023-02-22T07:18:10.478465+00:00",
                            "field_198232": "Clayton I. Best",
                            "field_198234": [
                                21684,
                                429135
                            ],
                            "field_198237": "(916) 478-0153",
                            "field_198238": "clayton.best@brgeemailz.net",
                            "field_198239": "https://www.linkedin.com/in/clayton.best.br",
                            "field_920831": [
                                {
                                    "name": "41wtSFwg9iFCZ7Sjq3gU8Nb6p3bw5YT8_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
                                    "visible_name": "Man.33.jpg",
                                    "original_name": "Man.33.jpg"
                                }
                            ],
                            "field_920832": "3380 Park Avenue",
                            "field_920834": "Elk Grove",
                            "field_920835": "California",
                            "field_920836": "95624",
                            "field_920837": "true",
                            "field_920948": [
                                1
                            ],
                            "field_921200": null,
                            "field_932417": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2021-11-19T02:37:38.108952+00:00",
                            "updated_on": "2023-02-22T07:19:09.878127+00:00",
                            "field_198232": "Jonathan O. Castillo",
                            "field_198234": [
                                429139
                            ],
                            "field_198237": "(714) 674-5259",
                            "field_198238": "jonathan.castillo@brgeemailz.net",
                            "field_198239": "https://www.linkedin.com/in/jonathan.castillo.br",
                            "field_920831": [
                                {
                                    "name": "c5bo3rb3mL3Y8yYpis5M6SLgJxAuESzN_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
                                    "visible_name": "Man.27.jpg",
                                    "original_name": "Man.27.jpg"
                                }
                            ],
                            "field_920832": "2014 Alpaca Way",
                            "field_920834": "Brea",
                            "field_920835": "California",
                            "field_920836": "92621",
                            "field_920837": "true",
                            "field_920948": [
                                1
                            ],
                            "field_921200": null,
                            "field_932417": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2021-11-19T02:38:49.261171+00:00",
                            "updated_on": "2023-02-22T07:19:14.248435+00:00",
                            "field_198232": "Elizabeth G. Cunningham",
                            "field_198234": [
                                429134
                            ],
                            "field_198237": "(323) 930-9329",
                            "field_198238": "elizabeth.cunningham@brgeemailz.net",
                            "field_198239": "https://www.linkedin.com/in/elizabeth.cunningham.br",
                            "field_920831": [
                                {
                                    "name": "FS46T69dfc94nHl5hxkBsSHwKkrXTMt8_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
                                    "visible_name": "Woman.27.jpg",
                                    "original_name": "Woman.27.jpg"
                                }
                            ],
                            "field_920832": "1609 Hillhaven Drive",
                            "field_920834": "Los Angeles",
                            "field_920835": "California",
                            "field_920836": "90036",
                            "field_920837": "true",
                            "field_920948": [
                                1
                            ],
                            "field_921200": null,
                            "field_932417": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2021-11-19T02:38:52.136298+00:00",
                            "updated_on": "2023-02-24T14:47:04.989609+00:00",
                            "field_198232": "Jane A. Dradder",
                            "field_198234": [
                                429133
                            ],
                            "field_198237": "(720) 555-2389",
                            "field_198238": "jane.rudder@brgeemailz.net",
                            "field_198239": "https://www.linkedin.com/in/jane.rudder.br",
                            "field_920831": [
                                {
                                    "name": "djIQu7BRzcdGXktcL965otQxbRToKQmF_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
                                    "visible_name": "Woman.02.jpg",
                                    "original_name": "Woman.02.jpg"
                                }
                            ],
                            "field_920832": "902 Park Street",
                            "field_920834": "San Francisco",
                            "field_920835": "California",
                            "field_920836": "94108",
                            "field_920837": "true",
                            "field_920948": [
                                2
                            ],
                            "field_921200": null,
                            "field_932417": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2023-02-17T14:49:08.416704+00:00",
                            "updated_on": "2023-02-24T14:47:34.151686+00:00",
                            "field_198232": "Allie O. Ecker",
                            "field_198234": [
                                429147
                            ],
                            "field_198237": "(949) 873-7292",
                            "field_198238": "allie.ecker@brgeemailz.net",
                            "field_198239": "https://www.linkedin.com/in/allie.ecker.br",
                            "field_920831": [
                                {
                                    "name": "LBasrspjZHKwVX48PqfzUCaWxrNHYMIp_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
                                    "visible_name": "Woman.12.jpg",
                                    "original_name": "Woman.12.jpg"
                                }
                            ],
                            "field_920832": "1522 Hillcrest Lane",
                            "field_920834": "Los Angeles",
                            "field_920835": "California",
                            "field_920836": "90017",
                            "field_920837": "true",
                            "field_920948": [
                                2
                            ],
                            "field_921200": "On vacation during the months of July and December.",
                            "field_932417": null
                        },
                        {
                            "id": 6,
                            "order": "5.00000000000000000000",
                            "created_on": "2023-02-17T14:49:08.747907+00:00",
                            "updated_on": "2023-02-24T15:46:38.968672+00:00",
                            "field_198232": "Janice D. Fitzpatrick",
                            "field_198234": [
                                429137,
                                429135
                            ],
                            "field_198237": "(510) 476-1189",
                            "field_198238": "janice.fitzpatrick@brgeemailz.net",
                            "field_198239": "https://www.linkedin.com/in/janice.fitzpatrick.br",
                            "field_920831": [
                                {
                                    "name": "upKbtHN9lLybPDzua6MBByvzgAJZ2Fui_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
                                    "visible_name": "Woman.16.jpg",
                                    "original_name": "Woman.16.jpg"
                                }
                            ],
                            "field_920832": "1053 Thompson Drive",
                            "field_920834": "Union City",
                            "field_920835": "California",
                            "field_920836": "94587",
                            "field_920837": "true",
                            "field_920948": [
                                2
                            ],
                            "field_921200": null,
                            "field_932417": null
                        },
                        {
                            "id": 7,
                            "order": "6.00000000000000000000",
                            "created_on": "2023-02-17T14:49:09.254873+00:00",
                            "updated_on": "2023-02-24T14:48:45.048353+00:00",
                            "field_198232": "Paul N. Garcia",
                            "field_198234": [
                                429139
                            ],
                            "field_198237": "(916) 910-4721",
                            "field_198238": "paul.garcia@brgeemailz.net",
                            "field_198239": "https://www.linkedin.com/in/paul.garcia.br",
                            "field_920831": [
                                {
                                    "name": "baAGJJPygHskwhdHsjq2dVmiP9mNRjlD_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
                                    "visible_name": "Man.13.jpg",
                                    "original_name": "Man.13.jpg"
                                }
                            ],
                            "field_920832": "4695 Woodland Terrace",
                            "field_920834": "Sacramento",
                            "field_920835": "California",
                            "field_920836": "95814",
                            "field_920837": "true",
                            "field_920948": [
                                3
                            ],
                            "field_921200": null,
                            "field_932417": null
                        },
                        {
                            "id": 8,
                            "order": "7.00000000000000000000",
                            "created_on": "2023-02-17T14:50:09.738821+00:00",
                            "updated_on": "2023-02-24T14:48:40.412901+00:00",
                            "field_198232": "Lena O. Hogan",
                            "field_198234": [
                                21684
                            ],
                            "field_198237": "(559) 949-6790",
                            "field_198238": "lena.hogan@brgeemailz.net",
                            "field_198239": "https://www.linkedin.com/in/lena.hogan.br",
                            "field_920831": [
                                {
                                    "name": "DDkXYykQsjvrS7HFIlaojVOYZjCbIUxA_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
                                    "visible_name": "Woman.17.jpg",
                                    "original_name": "Woman.17.jpg"
                                }
                            ],
                            "field_920832": "2400 Half and Half Drive",
                            "field_920834": "Alpaugh",
                            "field_920835": "California",
                            "field_920836": "93219",
                            "field_920837": "true",
                            "field_920948": [
                                3
                            ],
                            "field_921200": null,
                            "field_932417": null
                        },
                        {
                            "id": 9,
                            "order": "8.00000000000000000000",
                            "created_on": "2023-02-17T14:50:10.828948+00:00",
                            "updated_on": "2023-02-24T14:48:14.203790+00:00",
                            "field_198232": "Donald S. Johns",
                            "field_198234": [
                                429139
                            ],
                            "field_198237": "(805) 367-1199",
                            "field_198238": "donald.johns@brgeemailz.net",
                            "field_198239": "https://www.linkedin.com/in/donald.johns.br",
                            "field_920831": [
                                {
                                    "name": "rrTx5pTLJOULTEQ6kRjKZ7cTKvMTLMSQ_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
                                    "visible_name": "Man.48.jpg",
                                    "original_name": "Man.48.jpg"
                                }
                            ],
                            "field_920832": "414 Euclid Avenue",
                            "field_920834": "Oxnard",
                            "field_920835": "California",
                            "field_920836": "93030",
                            "field_920837": "true",
                            "field_920948": [
                                4
                            ],
                            "field_921200": null,
                            "field_932417": null
                        },
                        {
                            "id": 10,
                            "order": "9.00000000000000000000",
                            "created_on": "2023-02-17T14:50:49.007883+00:00",
                            "updated_on": "2023-02-24T14:48:09.504393+00:00",
                            "field_198232": "Bran C. Lopez",
                            "field_198234": [
                                21684
                            ],
                            "field_198237": "(650) 869-3623",
                            "field_198238": "bran.lopez@brgeemailz.net",
                            "field_198239": "https://www.linkedin.com/in/bran.lopez.br",
                            "field_920831": [
                                {
                                    "name": "uph2w90D4m883aD7ylXVwEhshEjKTCXw_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
                                    "visible_name": "Man.20.jpg",
                                    "original_name": "Man.20.jpg"
                                }
                            ],
                            "field_920832": "3637 Duck Creek Road",
                            "field_920834": "San Bruno",
                            "field_920835": "California",
                            "field_920836": "94066",
                            "field_920837": "true",
                            "field_920948": [
                                4
                            ],
                            "field_921200": null,
                            "field_932417": null
                        },
                        {
                            "id": 11,
                            "order": "10.00000000000000000000",
                            "created_on": "2023-02-17T14:50:49.856003+00:00",
                            "updated_on": "2023-02-24T15:46:45.000276+00:00",
                            "field_198232": "Sandra O. Love",
                            "field_198234": [
                                429137,
                                429135
                            ],
                            "field_198237": "(559) 592-9157",
                            "field_198238": "sandra.love@brgeemailz.net",
                            "field_198239": "https://www.linkedin.com/in/sandra.love.br",
                            "field_920831": [
                                {
                                    "name": "eW8Z85AICkru3wqVV8DK7xih6FmrGFGD_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
                                    "visible_name": "Woman.23.jpg",
                                    "original_name": "Woman.23.jpg"
                                }
                            ],
                            "field_920832": "3294 Chicago Avenue",
                            "field_920834": "Exeter",
                            "field_920835": "California",
                            "field_920836": "93221",
                            "field_920837": "true",
                            "field_920948": [
                                5
                            ],
                            "field_921200": null,
                            "field_932417": null
                        },
                        {
                            "id": 12,
                            "order": "11.00000000000000000000",
                            "created_on": "2023-02-17T14:51:26.360563+00:00",
                            "updated_on": "2023-02-24T14:47:53.767559+00:00",
                            "field_198232": "Lane O. Mahon",
                            "field_198234": [
                                429139
                            ],
                            "field_198237": "(925) 250-4627",
                            "field_198238": "lane.mahon@brgeemailz.net",
                            "field_198239": "https://www.linkedin.com/in/lane.mahon.br",
                            "field_920831": [
                                {
                                    "name": "aYgEEYmhNdW43yVVuSXwE3ZBAH6xXIhR_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
                                    "visible_name": "Man.18.jpg",
                                    "original_name": "Man.18.jpg"
                                }
                            ],
                            "field_920832": "1669 Water Street",
                            "field_920834": "Dublin",
                            "field_920835": "California",
                            "field_920836": "94568",
                            "field_920837": "true",
                            "field_920948": [
                                5
                            ],
                            "field_921200": null,
                            "field_932417": null
                        }
                    ]
                }
            ]
        }
    ]
}
