{
    "baserow_template_version": 1,
    "name": "Employee Directory",
    "icon": "iconoir-user-square",
    "keywords": [
        "employees",
        "staff directory",
        "staff",
        "team",
        "teams",
        "employee list",
        "staff catalog",
        "staff records"
    ],
    "categories": [
        "Human Resources",
        "Local Business",
        "Professional",
        "Startup"
    ],
    "export": [
        {
            "id": 28328,
            "name": "Employee Directory",
            "order": 1,
            "type": "database",
            "tables": [
                {
                    "id": 63477,
                    "name": "Employees",
                    "order": 1,
                    "fields": [
                        {
                            "id": 373164,
                            "type": "formula",
                            "name": "ID number",
                            "order": 0,
                            "primary": true,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "concat( \n  \"BR\", \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": 373165,
                            "type": "text",
                            "name": "Last name",
                            "order": 1,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 373166,
                            "type": "text",
                            "name": "First name",
                            "order": 2,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 373770,
                            "type": "text",
                            "name": "Middle initial",
                            "order": 3,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 373771,
                            "type": "link_row",
                            "name": "Title",
                            "order": 4,
                            "primary": false,
                            "link_row_table_id": 63479,
                            "link_row_related_field_id": 373772,
                            "has_related_field": true
                        },
                        {
                            "id": 373773,
                            "type": "link_row",
                            "name": "Department",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 63478,
                            "link_row_related_field_id": 373774,
                            "has_related_field": true
                        },
                        {
                            "id": 373775,
                            "type": "link_row",
                            "name": "Office location",
                            "order": 6,
                            "primary": false,
                            "link_row_table_id": 63480,
                            "link_row_related_field_id": 373776,
                            "has_related_field": true
                        },
                        {
                            "id": 373777,
                            "type": "file",
                            "name": "Photo",
                            "order": 7,
                            "primary": false
                        },
                        {
                            "id": 373778,
                            "type": "text",
                            "name": "Local extension number",
                            "order": 8,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 373779,
                            "type": "phone_number",
                            "name": "Phone number",
                            "order": 9,
                            "primary": false
                        },
                        {
                            "id": 373780,
                            "type": "email",
                            "name": "Email",
                            "order": 10,
                            "primary": false
                        },
                        {
                            "id": 373781,
                            "type": "text",
                            "name": "Address",
                            "order": 11,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 373782,
                            "type": "text",
                            "name": "Zip code",
                            "order": 12,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 373783,
                            "type": "text",
                            "name": "Supervisor",
                            "order": 13,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 373784,
                            "type": "date",
                            "name": "Date of birth",
                            "order": 14,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24"
                        },
                        {
                            "id": 373785,
                            "type": "long_text",
                            "name": "Remarks",
                            "order": 15,
                            "primary": false
                        },
                        {
                            "id": 373786,
                            "type": "date",
                            "name": "Start date",
                            "order": 16,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24"
                        },
                        {
                            "id": 373787,
                            "type": "single_select",
                            "name": "Status",
                            "order": 17,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 97144,
                                    "value": "Full-time",
                                    "color": "dark-green",
                                    "order": 0
                                },
                                {
                                    "id": 97145,
                                    "value": "Part-time",
                                    "color": "dark-blue",
                                    "order": 1
                                },
                                {
                                    "id": 97146,
                                    "value": "Seasonal",
                                    "color": "dark-red",
                                    "order": 2
                                },
                                {
                                    "id": 97147,
                                    "value": "Temporary",
                                    "color": "dark-gray",
                                    "order": 3
                                }
                            ]
                        },
                        {
                            "id": 373788,
                            "type": "formula",
                            "name": "Full name",
                            "order": 18,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "regex_replace( \n  concat( \n    field(\"First name\"), \n    \" \", \n    field(\"Middle initial\"), \n    if(isblank(field(\"Middle initial\")), \n      \"\", \n      \". \" \n    ), \n    field(\"Last name\")), \n  \"  \", \n  \" \"\n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 374290,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 19,
                            "primary": false
                        },
                        {
                            "id": 385015,
                            "type": "date",
                            "name": "End date",
                            "order": 20,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24"
                        }
                    ],
                    "views": [
                        {
                            "id": 82463,
                            "type": "grid",
                            "name": "All employees",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 70011,
                                    "field_id": 373165,
                                    "order": "ASC"
                                },
                                {
                                    "id": 70012,
                                    "field_id": 373166,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 470147,
                                    "field_id": 373164,
                                    "width": 126,
                                    "hidden": false,
                                    "order": 20,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 470145,
                                    "field_id": 373165,
                                    "width": 129,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470146,
                                    "field_id": 373166,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470958,
                                    "field_id": 373770,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470959,
                                    "field_id": 373771,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470960,
                                    "field_id": 373773,
                                    "width": 169,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470961,
                                    "field_id": 373775,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470962,
                                    "field_id": 373777,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470963,
                                    "field_id": 373778,
                                    "width": 208,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470964,
                                    "field_id": 373779,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470966,
                                    "field_id": 373780,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470967,
                                    "field_id": 373781,
                                    "width": 240,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470965,
                                    "field_id": 373782,
                                    "width": 118,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470968,
                                    "field_id": 373783,
                                    "width": 142,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470969,
                                    "field_id": 373784,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470971,
                                    "field_id": 373785,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470970,
                                    "field_id": 373786,
                                    "width": 123,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470972,
                                    "field_id": 373787,
                                    "width": 106,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471008,
                                    "field_id": 373788,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 21,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471646,
                                    "field_id": 374290,
                                    "width": 110,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "checked_count",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 484616,
                                    "field_id": 385015,
                                    "width": 117,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                }
                            ]
                        },
                        {
                            "id": 82666,
                            "type": "form",
                            "name": "Add new employee",
                            "order": 2,
                            "public": false,
                            "title": "Add new employee",
                            "description": "",
                            "cover_image": {
                                "name": "moZsoTxBYZwQooRDJjWcI3tYdASPPcOj_7b262c97128b44e13fa19fb4db2db8438f31a9895cf5a6a80ade9f63abaed788.jpg",
                                "original_name": "Header_Cityscape.02.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Thank you for using this form. To add more employees, please refresh this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 21912,
                                    "field_id": 373164,
                                    "name": "",
                                    "description": "Please enter the unique company-provided employee ID number assigned to this employee. ex: BR00001",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21913,
                                    "field_id": 373165,
                                    "name": "",
                                    "description": "Enter the employee's surname.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21914,
                                    "field_id": 373166,
                                    "name": "",
                                    "description": "Enter the employee's given name.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21915,
                                    "field_id": 373770,
                                    "name": "",
                                    "description": "Please indicate the employees middle initial.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21916,
                                    "field_id": 373771,
                                    "name": "",
                                    "description": "Please select the employee's role or designation from the selection below.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21917,
                                    "field_id": 373773,
                                    "name": "",
                                    "description": "Please indicate the department this employee belongs to.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21918,
                                    "field_id": 373775,
                                    "name": "",
                                    "description": "Select the assigned office location for this employee.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21919,
                                    "field_id": 373777,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21920,
                                    "field_id": 373778,
                                    "name": "",
                                    "description": "Please enter the local or extension number assigned to this employee.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21921,
                                    "field_id": 373779,
                                    "name": "",
                                    "description": "Enter the employee's current phone or mobile number.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21922,
                                    "field_id": 373780,
                                    "name": "",
                                    "description": "Please enter the employee's email address.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21923,
                                    "field_id": 373781,
                                    "name": "",
                                    "description": "Enter the employee's current home address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21924,
                                    "field_id": 373782,
                                    "name": "",
                                    "description": "Please indicate the zip code of the employee's address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21925,
                                    "field_id": 373783,
                                    "name": "",
                                    "description": "Type in the employee's direct supervisor's full name.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21926,
                                    "field_id": 373784,
                                    "name": "",
                                    "description": "Enter the employee's date of birth.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21927,
                                    "field_id": 373785,
                                    "name": "",
                                    "description": "Fill in any notes or remarks about this employee.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21928,
                                    "field_id": 373786,
                                    "name": "",
                                    "description": "Please enter the date this employee joined the organization.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21929,
                                    "field_id": 373787,
                                    "name": "",
                                    "description": "Select the employee's employment status.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21930,
                                    "field_id": 373788,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 21931,
                                    "field_id": 374290,
                                    "name": "",
                                    "description": "Please indicate whether this employee is still with the organization.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 23156,
                                    "field_id": 385015,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 82667,
                            "type": "gallery",
                            "name": "Active employees",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 25240,
                                    "field_id": 374290,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 16507,
                                    "field_id": 373788,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 373777,
                            "field_options": [
                                {
                                    "id": 9603,
                                    "field_id": 373164,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 9621,
                                    "field_id": 373788,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 9604,
                                    "field_id": 373165,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 9605,
                                    "field_id": 373166,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 9606,
                                    "field_id": 373770,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 9607,
                                    "field_id": 373771,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 9608,
                                    "field_id": 373773,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 9609,
                                    "field_id": 373775,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 9610,
                                    "field_id": 373777,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 9611,
                                    "field_id": 373778,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 9612,
                                    "field_id": 373779,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 9613,
                                    "field_id": 373780,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 9614,
                                    "field_id": 373781,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 9615,
                                    "field_id": 373782,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 9616,
                                    "field_id": 373783,
                                    "hidden": true,
                                    "order": 14
                                },
                                {
                                    "id": 9617,
                                    "field_id": 373784,
                                    "hidden": true,
                                    "order": 15
                                },
                                {
                                    "id": 9618,
                                    "field_id": 373785,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 9619,
                                    "field_id": 373786,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 9620,
                                    "field_id": 373787,
                                    "hidden": false,
                                    "order": 18
                                },
                                {
                                    "id": 9622,
                                    "field_id": 374290,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 10596,
                                    "field_id": 385015,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 82668,
                            "type": "gallery",
                            "name": "Full-time employees",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 25241,
                                    "field_id": 373787,
                                    "type": "single_select_equal",
                                    "value": "97144"
                                },
                                {
                                    "id": 25242,
                                    "field_id": 374290,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 16508,
                                    "field_id": 373788,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 373777,
                            "field_options": [
                                {
                                    "id": 9623,
                                    "field_id": 373164,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 9641,
                                    "field_id": 373788,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 9624,
                                    "field_id": 373165,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 9625,
                                    "field_id": 373166,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 9626,
                                    "field_id": 373770,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 9627,
                                    "field_id": 373771,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 9628,
                                    "field_id": 373773,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 9629,
                                    "field_id": 373775,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 9630,
                                    "field_id": 373777,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 9631,
                                    "field_id": 373778,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 9632,
                                    "field_id": 373779,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 9633,
                                    "field_id": 373780,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 9634,
                                    "field_id": 373781,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 9635,
                                    "field_id": 373782,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 9636,
                                    "field_id": 373783,
                                    "hidden": true,
                                    "order": 14
                                },
                                {
                                    "id": 9637,
                                    "field_id": 373784,
                                    "hidden": true,
                                    "order": 15
                                },
                                {
                                    "id": 9638,
                                    "field_id": 373785,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 9639,
                                    "field_id": 373786,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 9640,
                                    "field_id": 373787,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 9642,
                                    "field_id": 374290,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 10597,
                                    "field_id": 385015,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 82669,
                            "type": "gallery",
                            "name": "Part-time employees",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 25243,
                                    "field_id": 373787,
                                    "type": "single_select_equal",
                                    "value": "97145"
                                },
                                {
                                    "id": 25244,
                                    "field_id": 374290,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 16509,
                                    "field_id": 373788,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 373777,
                            "field_options": [
                                {
                                    "id": 9643,
                                    "field_id": 373164,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 9661,
                                    "field_id": 373788,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 9644,
                                    "field_id": 373165,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 9645,
                                    "field_id": 373166,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 9646,
                                    "field_id": 373770,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 9647,
                                    "field_id": 373771,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 9648,
                                    "field_id": 373773,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 9649,
                                    "field_id": 373775,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 9650,
                                    "field_id": 373777,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 9651,
                                    "field_id": 373778,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 9652,
                                    "field_id": 373779,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 9653,
                                    "field_id": 373780,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 9654,
                                    "field_id": 373781,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 9655,
                                    "field_id": 373782,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 9656,
                                    "field_id": 373783,
                                    "hidden": true,
                                    "order": 14
                                },
                                {
                                    "id": 9657,
                                    "field_id": 373784,
                                    "hidden": true,
                                    "order": 15
                                },
                                {
                                    "id": 9658,
                                    "field_id": 373785,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 9659,
                                    "field_id": 373786,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 9660,
                                    "field_id": 373787,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 9662,
                                    "field_id": 374290,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 10619,
                                    "field_id": 385015,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 82670,
                            "type": "gallery",
                            "name": "Seasonal employees",
                            "order": 6,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 25245,
                                    "field_id": 373787,
                                    "type": "single_select_equal",
                                    "value": "97146"
                                },
                                {
                                    "id": 25246,
                                    "field_id": 374290,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 16510,
                                    "field_id": 373788,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 373777,
                            "field_options": [
                                {
                                    "id": 9663,
                                    "field_id": 373164,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 9681,
                                    "field_id": 373788,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 9664,
                                    "field_id": 373165,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 9665,
                                    "field_id": 373166,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 9666,
                                    "field_id": 373770,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 9667,
                                    "field_id": 373771,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 9668,
                                    "field_id": 373773,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 9669,
                                    "field_id": 373775,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 9670,
                                    "field_id": 373777,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 9671,
                                    "field_id": 373778,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 9672,
                                    "field_id": 373779,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 9673,
                                    "field_id": 373780,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 9674,
                                    "field_id": 373781,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 9675,
                                    "field_id": 373782,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 9676,
                                    "field_id": 373783,
                                    "hidden": true,
                                    "order": 14
                                },
                                {
                                    "id": 9677,
                                    "field_id": 373784,
                                    "hidden": true,
                                    "order": 15
                                },
                                {
                                    "id": 9678,
                                    "field_id": 373785,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 9679,
                                    "field_id": 373786,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 9680,
                                    "field_id": 373787,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 9682,
                                    "field_id": 374290,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 10641,
                                    "field_id": 385015,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 82671,
                            "type": "gallery",
                            "name": "Temporary employees",
                            "order": 7,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 25247,
                                    "field_id": 373787,
                                    "type": "single_select_equal",
                                    "value": "97147"
                                },
                                {
                                    "id": 25248,
                                    "field_id": 374290,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 16511,
                                    "field_id": 373788,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 373777,
                            "field_options": [
                                {
                                    "id": 9683,
                                    "field_id": 373164,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 9701,
                                    "field_id": 373788,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 9684,
                                    "field_id": 373165,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 9685,
                                    "field_id": 373166,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 9686,
                                    "field_id": 373770,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 9687,
                                    "field_id": 373771,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 9688,
                                    "field_id": 373773,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 9689,
                                    "field_id": 373775,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 9690,
                                    "field_id": 373777,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 9691,
                                    "field_id": 373778,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 9692,
                                    "field_id": 373779,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 9693,
                                    "field_id": 373780,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 9694,
                                    "field_id": 373781,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 9695,
                                    "field_id": 373782,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 9696,
                                    "field_id": 373783,
                                    "hidden": true,
                                    "order": 14
                                },
                                {
                                    "id": 9697,
                                    "field_id": 373784,
                                    "hidden": true,
                                    "order": 15
                                },
                                {
                                    "id": 9698,
                                    "field_id": 373785,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 9699,
                                    "field_id": 373786,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 9700,
                                    "field_id": 373787,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 9702,
                                    "field_id": 374290,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 10663,
                                    "field_id": 385015,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 82672,
                            "type": "kanban",
                            "name": "Employees by status",
                            "order": 8,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 25251,
                                    "field_id": 374290,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 373787,
                            "card_cover_image_field_id": 373777,
                            "field_options": [
                                {
                                    "id": 2052,
                                    "field_id": 373164,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 2070,
                                    "field_id": 373788,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 2053,
                                    "field_id": 373165,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 2054,
                                    "field_id": 373166,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 2055,
                                    "field_id": 373770,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 2056,
                                    "field_id": 373771,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 2057,
                                    "field_id": 373773,
                                    "hidden": true,
                                    "order": 6
                                },
                                {
                                    "id": 2058,
                                    "field_id": 373775,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 2059,
                                    "field_id": 373777,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 2060,
                                    "field_id": 373778,
                                    "hidden": true,
                                    "order": 9
                                },
                                {
                                    "id": 2061,
                                    "field_id": 373779,
                                    "hidden": true,
                                    "order": 10
                                },
                                {
                                    "id": 2062,
                                    "field_id": 373780,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 2063,
                                    "field_id": 373781,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 2064,
                                    "field_id": 373782,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 2065,
                                    "field_id": 373783,
                                    "hidden": true,
                                    "order": 14
                                },
                                {
                                    "id": 2066,
                                    "field_id": 373784,
                                    "hidden": true,
                                    "order": 15
                                },
                                {
                                    "id": 2067,
                                    "field_id": 373785,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 2068,
                                    "field_id": 373786,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 2069,
                                    "field_id": 373787,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 2071,
                                    "field_id": 374290,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 2779,
                                    "field_id": 385015,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-11T02:41:08.429516+00:00",
                            "updated_on": "2023-02-08T14:20:36.536766+00:00",
                            "field_373164": null,
                            "field_373165": "Fitzpatrick",
                            "field_373166": "Janice",
                            "field_373770": "E",
                            "field_373771": [
                                12
                            ],
                            "field_373773": [
                                8
                            ],
                            "field_373775": [
                                2
                            ],
                            "field_373777": [
                                {
                                    "name": "upKbtHN9lLybPDzua6MBByvzgAJZ2Fui_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
                                    "visible_name": "Woman.16.jpg",
                                    "original_name": "Woman.16.jpg"
                                }
                            ],
                            "field_373778": "x2083",
                            "field_373779": "(510) 476-1189",
                            "field_373780": "janice.fitzpatrick@brgeemailz.net",
                            "field_373781": "1053 Thompson Drive, Union City, California",
                            "field_373782": "94587",
                            "field_373783": null,
                            "field_373784": "1970-01-07",
                            "field_373785": "Started this company with friends.",
                            "field_373786": "2012-01-08",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-11T02:41:08.431669+00:00",
                            "updated_on": "2023-02-08T14:20:51.250309+00:00",
                            "field_373164": null,
                            "field_373165": "Pullen",
                            "field_373166": "Cinda",
                            "field_373770": "O",
                            "field_373771": [
                                13
                            ],
                            "field_373773": [
                                8
                            ],
                            "field_373775": [
                                2
                            ],
                            "field_373777": [
                                {
                                    "name": "RVLB3BKHhwtVuAG47bw33zbQvd4iI5sh_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
                                    "visible_name": "Woman.36.jpg",
                                    "original_name": "Woman.36.jpg"
                                }
                            ],
                            "field_373778": "x8170",
                            "field_373779": "(213) 743-1636",
                            "field_373780": "cinda.pullen@brgeemailz.net",
                            "field_373781": "3486 Canis Heights Drive, Los Angeles, California",
                            "field_373782": "90007",
                            "field_373783": "Janice W. Fitzpatrick",
                            "field_373784": "1967-06-02",
                            "field_373785": "Joined to build something wonderful.",
                            "field_373786": "2012-01-08",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-11T19:39:33.168366+00:00",
                            "updated_on": "2023-02-08T14:20:48.814482+00:00",
                            "field_373164": null,
                            "field_373165": "Best",
                            "field_373166": "Clayton",
                            "field_373770": "I",
                            "field_373771": [
                                14
                            ],
                            "field_373773": [
                                8
                            ],
                            "field_373775": [
                                2
                            ],
                            "field_373777": [
                                {
                                    "name": "41wtSFwg9iFCZ7Sjq3gU8Nb6p3bw5YT8_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
                                    "visible_name": "Man.33.jpg",
                                    "original_name": "Man.33.jpg"
                                }
                            ],
                            "field_373778": "x1528",
                            "field_373779": "(916) 478-0153",
                            "field_373780": "clayton.best@brgeemailz.net",
                            "field_373781": "3380 Park Avenue, Elk Grove, California",
                            "field_373782": "95624",
                            "field_373783": "Janice W. Fitzpatrick",
                            "field_373784": "1975-05-26",
                            "field_373785": "Saw the same vision as the other founders.",
                            "field_373786": "2012-01-08",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-11T19:39:45.735708+00:00",
                            "updated_on": "2023-02-08T14:20:27.518135+00:00",
                            "field_373164": null,
                            "field_373165": "Mahon",
                            "field_373166": "Lane",
                            "field_373770": "C",
                            "field_373771": [
                                15
                            ],
                            "field_373773": [
                                8
                            ],
                            "field_373775": [
                                2
                            ],
                            "field_373777": [
                                {
                                    "name": "aYgEEYmhNdW43yVVuSXwE3ZBAH6xXIhR_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
                                    "visible_name": "Man.18.jpg",
                                    "original_name": "Man.18.jpg"
                                }
                            ],
                            "field_373778": "x8338",
                            "field_373779": "(925) 250-4627",
                            "field_373780": "lane.mahon@brgeemailz.net",
                            "field_373781": "1669 Water Street, Dublin, California",
                            "field_373782": "94568",
                            "field_373783": "Janice W. Fitzpatrick",
                            "field_373784": "1970-09-14",
                            "field_373785": "Believes in the potential of the company.",
                            "field_373786": "2012-01-08",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-11T19:39:54.036617+00:00",
                            "updated_on": "2023-02-08T14:20:56.495671+00:00",
                            "field_373164": null,
                            "field_373165": "Ecker",
                            "field_373166": "Allie",
                            "field_373770": "O",
                            "field_373771": [
                                16
                            ],
                            "field_373773": [
                                8
                            ],
                            "field_373775": [
                                2
                            ],
                            "field_373777": [
                                {
                                    "name": "LBasrspjZHKwVX48PqfzUCaWxrNHYMIp_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
                                    "visible_name": "Woman.12.jpg",
                                    "original_name": "Woman.12.jpg"
                                }
                            ],
                            "field_373778": "x9008",
                            "field_373779": "(949) 873-7292",
                            "field_373780": "allie.ecker@brgeemailz.net",
                            "field_373781": "1522 Hillcrest Lane, Los Angeles, California",
                            "field_373782": "90017",
                            "field_373783": "Janice W. Fitzpatrick",
                            "field_373784": "2001-01-03",
                            "field_373785": "Having fun with the job and responsibilities.",
                            "field_373786": "2012-01-08",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-05-11T19:40:00.883007+00:00",
                            "updated_on": "2023-02-08T14:20:05.739277+00:00",
                            "field_373164": null,
                            "field_373165": "Nickson",
                            "field_373166": "Thomas",
                            "field_373770": "J",
                            "field_373771": [
                                17
                            ],
                            "field_373773": [
                                4
                            ],
                            "field_373775": [
                                2
                            ],
                            "field_373777": [
                                {
                                    "name": "kpvm8PvAMu5It0mGgbCPrU3vAJEV1Xnm_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
                                    "visible_name": "Man.11.jpg",
                                    "original_name": "Man.11.jpg"
                                }
                            ],
                            "field_373778": "x5557",
                            "field_373779": "(916) 336-7017",
                            "field_373780": "thomas.nickson@brgeemailz.net",
                            "field_373781": "898 Pearl Street, Sacramento, California",
                            "field_373782": "95814",
                            "field_373783": "Janice W. Fitzpatrick",
                            "field_373784": "1985-01-22",
                            "field_373785": "Focused on the future of this company.",
                            "field_373786": "2012-01-08",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-05-11T19:40:08.785002+00:00",
                            "updated_on": "2023-02-08T14:20:15.187032+00:00",
                            "field_373164": null,
                            "field_373165": "Garcia",
                            "field_373166": "Paul",
                            "field_373770": "A",
                            "field_373771": [
                                11
                            ],
                            "field_373773": [
                                5
                            ],
                            "field_373775": [
                                1
                            ],
                            "field_373777": [
                                {
                                    "name": "baAGJJPygHskwhdHsjq2dVmiP9mNRjlD_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
                                    "visible_name": "Man.13.jpg",
                                    "original_name": "Man.13.jpg"
                                }
                            ],
                            "field_373778": "x9834",
                            "field_373779": "(916) 910-4721",
                            "field_373780": "paul.garcia@brgeemailz.net",
                            "field_373781": "4695 Woodland Terrace, Sacramento, California",
                            "field_373782": "95814",
                            "field_373783": "Janice W. Fitzpatrick",
                            "field_373784": "1977-07-05",
                            "field_373785": "Has been working hard doing multiple tasks for this company.",
                            "field_373786": "2012-01-08",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-05-11T19:40:16.141926+00:00",
                            "updated_on": "2023-02-08T14:20:10.646765+00:00",
                            "field_373164": null,
                            "field_373165": "Tran",
                            "field_373166": "Rodney",
                            "field_373770": "E",
                            "field_373771": [
                                10
                            ],
                            "field_373773": [
                                5
                            ],
                            "field_373775": [
                                1
                            ],
                            "field_373777": [
                                {
                                    "name": "outMquPR0iT3RKfl04hZkKphuGeFdJj4_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
                                    "visible_name": "Man.35.jpg",
                                    "original_name": "Man.35.jpg"
                                }
                            ],
                            "field_373778": "x5049",
                            "field_373779": "(408) 451-1453",
                            "field_373780": "rodney.tran@brgeemailz.net",
                            "field_373781": "567 Ford Street, San Jose, California",
                            "field_373782": "95131",
                            "field_373783": "Paul Q. Garcia",
                            "field_373784": "1995-02-28",
                            "field_373785": "Stayed with the founders since joining.",
                            "field_373786": "2019-07-30",
                            "field_373787": 97145,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-05-11T19:40:26.829669+00:00",
                            "updated_on": "2023-02-08T14:20:44.568161+00:00",
                            "field_373164": null,
                            "field_373165": "Johns",
                            "field_373166": "Donald",
                            "field_373770": "G",
                            "field_373771": [
                                9
                            ],
                            "field_373773": [
                                1
                            ],
                            "field_373775": [
                                5
                            ],
                            "field_373777": [
                                {
                                    "name": "rrTx5pTLJOULTEQ6kRjKZ7cTKvMTLMSQ_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
                                    "visible_name": "Man.48.jpg",
                                    "original_name": "Man.48.jpg"
                                }
                            ],
                            "field_373778": "x6300",
                            "field_373779": "(805) 367-1199",
                            "field_373780": "donald.johns@brgeemailz.net",
                            "field_373781": "414 Euclid Avenue, Oxnard, California",
                            "field_373782": "93030",
                            "field_373783": "Cinda V. Pullen",
                            "field_373784": "1962-10-15",
                            "field_373785": "An experienced and highly skilled individual in this industry.",
                            "field_373786": "2012-01-31",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-05-11T19:40:31.663881+00:00",
                            "updated_on": "2023-02-08T14:20:34.063260+00:00",
                            "field_373164": null,
                            "field_373165": "Marshall",
                            "field_373166": "John",
                            "field_373770": "O",
                            "field_373771": [
                                9
                            ],
                            "field_373773": [
                                1
                            ],
                            "field_373775": [
                                5
                            ],
                            "field_373777": [
                                {
                                    "name": "n20mZykpXaHFMO7n6ZsZmxjeqoVml8RO_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
                                    "visible_name": "Man.03.jpg",
                                    "original_name": "Man.03.jpg"
                                }
                            ],
                            "field_373778": "x6302",
                            "field_373779": "(323) 207-7576",
                            "field_373780": "john.marshall@brgeemailz.net",
                            "field_373781": "1028 Rosemont Avenue, Anaheim, California",
                            "field_373782": "92801",
                            "field_373783": "Cinda V. Pullen",
                            "field_373784": "1974-07-16",
                            "field_373785": "Common friend of the founders.",
                            "field_373786": "2012-01-31",
                            "field_373787": 97146,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-05-11T19:40:39.587277+00:00",
                            "updated_on": "2023-02-08T14:20:19.398727+00:00",
                            "field_373164": null,
                            "field_373165": "Robicheaux",
                            "field_373166": "Michael",
                            "field_373770": "G",
                            "field_373771": [
                                8
                            ],
                            "field_373773": [
                                1
                            ],
                            "field_373775": [
                                5
                            ],
                            "field_373777": [
                                {
                                    "name": "zC3DkDSc46Gwyq0dFNDft3uutdqfcJPD_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
                                    "visible_name": "Man.28.jpg",
                                    "original_name": "Man.28.jpg"
                                }
                            ],
                            "field_373778": "x1942",
                            "field_373779": "(707) 840-5210",
                            "field_373780": "michael.robicheaux@brgeemailz.net",
                            "field_373781": "792 Pretty View Lane, Mckinleyville, California",
                            "field_373782": "95519",
                            "field_373783": "Donald O. Johns",
                            "field_373784": "1977-08-14",
                            "field_373785": "Found his resume online.",
                            "field_373786": "2019-07-30",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-05-11T19:40:46.306898+00:00",
                            "updated_on": "2023-02-08T14:20:53.259757+00:00",
                            "field_373164": null,
                            "field_373165": "Lopez",
                            "field_373166": "Bran",
                            "field_373770": "C",
                            "field_373771": [
                                8
                            ],
                            "field_373773": [
                                1
                            ],
                            "field_373775": [
                                5
                            ],
                            "field_373777": [
                                {
                                    "name": "uph2w90D4m883aD7ylXVwEhshEjKTCXw_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
                                    "visible_name": "Man.20.jpg",
                                    "original_name": "Man.20.jpg"
                                }
                            ],
                            "field_373778": "x4802",
                            "field_373779": "(650) 869-3623",
                            "field_373780": "bran.lopez@brgeemailz.net",
                            "field_373781": "3637 Duck Creek Road, San Bruno, California",
                            "field_373782": "94066",
                            "field_373783": "Donald O. Johns",
                            "field_373784": "1986-07-21",
                            "field_373785": "A reliable addition to the company.",
                            "field_373786": "2019-07-30",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-05-11T19:40:54.760610+00:00",
                            "updated_on": "2023-02-08T14:20:47.166828+00:00",
                            "field_373164": null,
                            "field_373165": "Wright",
                            "field_373166": "Donald",
                            "field_373770": "S",
                            "field_373771": [
                                7
                            ],
                            "field_373773": [
                                1
                            ],
                            "field_373775": [
                                5
                            ],
                            "field_373777": [
                                {
                                    "name": "mzWtz5STDpCrf5qeNJ6Scn65hdx1RtXR_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
                                    "visible_name": "Man.09.jpg",
                                    "original_name": "Man.09.jpg"
                                }
                            ],
                            "field_373778": "x9259",
                            "field_373779": "(925) 413-4033",
                            "field_373780": "donald.wright@brgeemailz.net",
                            "field_373781": "858 Park Street, San Francisco, California",
                            "field_373782": "94108",
                            "field_373783": "Donald O. Johns",
                            "field_373784": "1987-04-15",
                            "field_373785": "Worked part-time since 2019.",
                            "field_373786": "2019-07-30",
                            "field_373787": 97145,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-05-11T19:41:01.712553+00:00",
                            "updated_on": "2023-02-08T14:20:21.400975+00:00",
                            "field_373164": null,
                            "field_373165": "Tye",
                            "field_373166": "Leroy",
                            "field_373770": "S",
                            "field_373771": [
                                5
                            ],
                            "field_373773": [
                                1
                            ],
                            "field_373775": [
                                5
                            ],
                            "field_373777": [
                                {
                                    "name": "xnXCQd4INIJkbOnxK4yBegodzoBLh8GX_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
                                    "visible_name": "Man.02.jpg",
                                    "original_name": "Man.02.jpg"
                                }
                            ],
                            "field_373778": "x9887",
                            "field_373779": "(510) 808-7208",
                            "field_373780": "leroy.tye@brgeemailz.net",
                            "field_373781": "4647 Green Avenue, Oakland, California",
                            "field_373782": "94612",
                            "field_373783": "Cinda V. Pullen",
                            "field_373784": "1979-12-04",
                            "field_373785": "Dedicated his career to the company.",
                            "field_373786": "2012-01-31",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-05-11T19:41:06.453197+00:00",
                            "updated_on": "2023-02-08T14:20:17.659795+00:00",
                            "field_373164": null,
                            "field_373165": "Mott",
                            "field_373166": "Nora",
                            "field_373770": "N",
                            "field_373771": [
                                4
                            ],
                            "field_373773": [
                                1
                            ],
                            "field_373775": [
                                5
                            ],
                            "field_373777": [
                                {
                                    "name": "YJg28ThrKGNIRjMNKHBDvcXf8Lwpw8ZW_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
                                    "visible_name": "Woman.55.jpg",
                                    "original_name": "Woman.55.jpg"
                                }
                            ],
                            "field_373778": "x0314",
                            "field_373779": "(818) 240-6675",
                            "field_373780": "nora.mott@brgeemailz.net",
                            "field_373781": "2105 New York Avenue, Glendale, California",
                            "field_373782": "91204",
                            "field_373783": "Leroy J. Tye",
                            "field_373784": "1992-05-19",
                            "field_373785": "Hardworking individual.",
                            "field_373786": "2019-07-30",
                            "field_373787": 97145,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-05-11T19:41:10.813481+00:00",
                            "updated_on": "2023-02-08T14:20:42.922259+00:00",
                            "field_373164": null,
                            "field_373165": "Cunningham",
                            "field_373166": "Elizabeth",
                            "field_373770": "N",
                            "field_373771": [
                                4
                            ],
                            "field_373773": [
                                1
                            ],
                            "field_373775": [
                                5
                            ],
                            "field_373777": [
                                {
                                    "name": "FS46T69dfc94nHl5hxkBsSHwKkrXTMt8_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
                                    "visible_name": "Woman.27.jpg",
                                    "original_name": "Woman.27.jpg"
                                }
                            ],
                            "field_373778": "x2084",
                            "field_373779": "(323) 930-9329",
                            "field_373780": "elizabeth.cunningham@brgeemailz.net",
                            "field_373781": "1609 Hillhaven Drive, Los Angeles, California",
                            "field_373782": "90036",
                            "field_373783": "Leroy J. Tye",
                            "field_373784": "1999-10-17",
                            "field_373785": "Always helpful to colleagues.",
                            "field_373786": "2019-07-30",
                            "field_373787": 97146,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-05-11T19:41:16.077611+00:00",
                            "updated_on": "2023-02-08T14:20:12.865319+00:00",
                            "field_373164": null,
                            "field_373165": "Rethman",
                            "field_373166": "Richard",
                            "field_373770": "D",
                            "field_373771": [
                                3
                            ],
                            "field_373773": [
                                1
                            ],
                            "field_373775": [
                                3
                            ],
                            "field_373777": [
                                {
                                    "name": "vBJTvoC4ZECTYycqfjSWRAr6xlCU1cPI_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
                                    "visible_name": "Man.31.jpg",
                                    "original_name": "Man.31.jpg"
                                }
                            ],
                            "field_373778": "x3210",
                            "field_373779": "(626) 585-3240",
                            "field_373780": "richard.rethman@brgeemailz.net",
                            "field_373781": "3633 Nickel Road, Pasadena, California",
                            "field_373782": "91101",
                            "field_373783": "Cinda V. Pullen",
                            "field_373784": "1975-11-04",
                            "field_373785": "Help the company since the start of the operation.",
                            "field_373786": "2012-01-31",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-05-11T19:41:20.237265+00:00",
                            "updated_on": "2023-02-08T14:20:32.021527+00:00",
                            "field_373164": null,
                            "field_373165": "Castillo",
                            "field_373166": "Jonathan",
                            "field_373770": "J",
                            "field_373771": [
                                17
                            ],
                            "field_373773": [
                                2
                            ],
                            "field_373775": [
                                1
                            ],
                            "field_373777": [
                                {
                                    "name": "c5bo3rb3mL3Y8yYpis5M6SLgJxAuESzN_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
                                    "visible_name": "Man.27.jpg",
                                    "original_name": "Man.27.jpg"
                                }
                            ],
                            "field_373778": "x4050",
                            "field_373779": "(714) 674-5259",
                            "field_373780": "jonathan.castillo@brgeemailz.net",
                            "field_373781": "2014 Alpaca Way, Brea, California",
                            "field_373782": "92621",
                            "field_373783": "Clayton U. Best",
                            "field_373784": "1989-09-23",
                            "field_373785": "Has been very productive.",
                            "field_373786": "2012-01-31",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 19,
                            "order": "19.00000000000000000000",
                            "created_on": "2022-05-11T19:41:28.309129+00:00",
                            "updated_on": "2023-02-08T14:20:40.690271+00:00",
                            "field_373164": null,
                            "field_373165": "Rothman",
                            "field_373166": "Eric",
                            "field_373770": "A",
                            "field_373771": [
                                17
                            ],
                            "field_373773": [
                                2
                            ],
                            "field_373775": [
                                1
                            ],
                            "field_373777": [
                                {
                                    "name": "XrzVKfwMYQfwpB8kUTcEcmo7YxsAOY0B_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
                                    "visible_name": "Man.15.jpg",
                                    "original_name": "Man.15.jpg"
                                }
                            ],
                            "field_373778": "x2313",
                            "field_373779": "(619) 525-2361",
                            "field_373780": "eric.rothman@brgeemailz.net",
                            "field_373781": "678 Poplar Avenue, San Diego, California",
                            "field_373782": "92101",
                            "field_373783": "Clayton U. Best",
                            "field_373784": "1983-05-18",
                            "field_373785": "Very prolific individual. Ask him anything.",
                            "field_373786": "2012-01-31",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 20,
                            "order": "20.00000000000000000000",
                            "created_on": "2022-05-11T19:41:33.394918+00:00",
                            "updated_on": "2023-02-08T14:20:30.039535+00:00",
                            "field_373164": null,
                            "field_373165": "Triplett",
                            "field_373166": "Judith",
                            "field_373770": "O",
                            "field_373771": [
                                17
                            ],
                            "field_373773": [
                                6
                            ],
                            "field_373775": [
                                3
                            ],
                            "field_373777": [
                                {
                                    "name": "EyeKZr7MzYFAkV7rveT6MsLXFkE26gRu_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
                                    "visible_name": "Woman.38.jpg",
                                    "original_name": "Woman.38.jpg"
                                }
                            ],
                            "field_373778": "x4750",
                            "field_373779": "(323) 762-0628",
                            "field_373780": "judith.triplett@brgeemailz.net",
                            "field_373781": "3358 Southside Lane, Los Angeles, California",
                            "field_373782": "90017",
                            "field_373783": "Lane T. Mahon",
                            "field_373784": "1987-05-30",
                            "field_373785": "Joyful and the life of the party.",
                            "field_373786": "2012-01-31",
                            "field_373787": 97144,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 21,
                            "order": "21.00000000000000000000",
                            "created_on": "2022-05-11T19:41:44.628479+00:00",
                            "updated_on": "2023-02-08T14:20:23.906409+00:00",
                            "field_373164": null,
                            "field_373165": "Hogan",
                            "field_373166": "Lena",
                            "field_373770": "I",
                            "field_373771": [
                                18
                            ],
                            "field_373773": [
                                7
                            ],
                            "field_373775": [
                                1
                            ],
                            "field_373777": [
                                {
                                    "name": "DDkXYykQsjvrS7HFIlaojVOYZjCbIUxA_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
                                    "visible_name": "Woman.17.jpg",
                                    "original_name": "Woman.17.jpg"
                                }
                            ],
                            "field_373778": "x0720",
                            "field_373779": "(559) 949-6790",
                            "field_373780": "lena.hogan@brgeemailz.net",
                            "field_373781": "2400 Half and Half Drive, Alpaugh, California",
                            "field_373782": "93219",
                            "field_373783": "Allie S. Ecker",
                            "field_373784": "1998-06-20",
                            "field_373785": "Cheerful individual - brings a lot of jokes everyday.",
                            "field_373786": "2019-07-30",
                            "field_373787": 97147,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 22,
                            "order": "22.00000000000000000000",
                            "created_on": "2022-05-11T19:41:49.427338+00:00",
                            "updated_on": "2023-02-08T14:20:08.670800+00:00",
                            "field_373164": null,
                            "field_373165": "Love",
                            "field_373166": "Sandra",
                            "field_373770": "O",
                            "field_373771": [
                                18
                            ],
                            "field_373773": [
                                7
                            ],
                            "field_373775": [
                                1
                            ],
                            "field_373777": [
                                {
                                    "name": "eW8Z85AICkru3wqVV8DK7xih6FmrGFGD_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
                                    "visible_name": "Woman.23.jpg",
                                    "original_name": "Woman.23.jpg"
                                }
                            ],
                            "field_373778": "x1950",
                            "field_373779": "(559) 592-9157",
                            "field_373780": "sandra.love@brgeemailz.net",
                            "field_373781": "3294 Chicago Avenue, Exeter, California",
                            "field_373782": "93221",
                            "field_373783": "Allie S. Ecker",
                            "field_373784": "2001-06-12",
                            "field_373785": "Great with customers. Always knew what to communicate.",
                            "field_373786": "2019-07-30",
                            "field_373787": 97147,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 23,
                            "order": "23.00000000000000000000",
                            "created_on": "2022-05-11T19:41:59.705324+00:00",
                            "updated_on": "2023-02-08T14:20:25.565381+00:00",
                            "field_373164": null,
                            "field_373165": "Mazon",
                            "field_373166": "Latisha",
                            "field_373770": "O",
                            "field_373771": [
                                18
                            ],
                            "field_373773": [
                                7
                            ],
                            "field_373775": [
                                1
                            ],
                            "field_373777": [
                                {
                                    "name": "3ZIEfynQs4H3PBrgsD8azEAvnLiNy8uH_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
                                    "visible_name": "Woman.46.jpg",
                                    "original_name": "Woman.46.jpg"
                                }
                            ],
                            "field_373778": "x5470",
                            "field_373779": "(530) 540-8012",
                            "field_373780": "latisha.mazon@brgeemailz.net",
                            "field_373781": "4381 Hill Croft Farm Road, Chico, California",
                            "field_373782": "95926",
                            "field_373783": "Allie S. Ecker",
                            "field_373784": "1997-05-10",
                            "field_373785": "Very athletic, joins a lot of sport activities.",
                            "field_373786": "2019-07-30",
                            "field_373787": 97147,
                            "field_373788": null,
                            "field_374290": "true",
                            "field_385015": null
                        },
                        {
                            "id": 24,
                            "order": "24.00000000000000000000",
                            "created_on": "2022-05-18T13:24:38.080771+00:00",
                            "updated_on": "2023-02-08T14:20:38.615777+00:00",
                            "field_373164": null,
                            "field_373165": "Dradder",
                            "field_373166": "Jane",
                            "field_373770": "D",
                            "field_373771": [
                                18
                            ],
                            "field_373773": [
                                7
                            ],
                            "field_373775": [
                                1
                            ],
                            "field_373777": [
                                {
                                    "name": "djIQu7BRzcdGXktcL965otQxbRToKQmF_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
                                    "visible_name": "Woman.02.jpg",
                                    "original_name": "Woman.02.jpg"
                                }
                            ],
                            "field_373778": "x9899",
                            "field_373779": "(720) 555-2389",
                            "field_373780": "jane.rudder@brgeemailz.net",
                            "field_373781": "902 Park Street, San Francisco, California",
                            "field_373782": "94108",
                            "field_373783": "Allie S. Ecker",
                            "field_373784": "1998-09-10",
                            "field_373785": "Joined and left in just a couple of weeks.",
                            "field_373786": "2020-01-30",
                            "field_373787": 97147,
                            "field_373788": null,
                            "field_374290": "false",
                            "field_385015": "2020-02-15"
                        }
                    ]
                },
                {
                    "id": 63479,
                    "name": "Titles",
                    "order": 2,
                    "fields": [
                        {
                            "id": 373170,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 373171,
                            "type": "long_text",
                            "name": "Description",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 373772,
                            "type": "link_row",
                            "name": "Related employees",
                            "order": 2,
                            "primary": false,
                            "link_row_table_id": 63477,
                            "link_row_related_field_id": 373771,
                            "has_related_field": true
                        },
                        {
                            "id": 374247,
                            "type": "formula",
                            "name": "Employee count",
                            "order": 3,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 0,
                            "array_formula_type": null,
                            "formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
                            "formula_type": "number"
                        },
                        {
                            "id": 433657,
                            "type": "single_select",
                            "name": "Level",
                            "order": 4,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 136356,
                                    "value": "Junior",
                                    "color": "gray",
                                    "order": 0
                                },
                                {
                                    "id": 136357,
                                    "value": "Mid-level",
                                    "color": "red",
                                    "order": 1
                                },
                                {
                                    "id": 136358,
                                    "value": "Senior",
                                    "color": "orange",
                                    "order": 2
                                },
                                {
                                    "id": 136359,
                                    "value": "Director/Executive",
                                    "color": "green",
                                    "order": 3
                                }
                            ]
                        }
                    ],
                    "views": [
                        {
                            "id": 82465,
                            "type": "grid",
                            "name": "All titles",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 470153,
                                    "field_id": 373170,
                                    "width": 255,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 470151,
                                    "field_id": 373171,
                                    "width": 452,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471009,
                                    "field_id": 373772,
                                    "width": 184,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471500,
                                    "field_id": 374247,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                },
                                {
                                    "id": 544978,
                                    "field_id": 433657,
                                    "width": 152,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                }
                            ]
                        },
                        {
                            "id": 82676,
                            "type": "grid",
                            "name": "Business analysis",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 25252,
                                    "field_id": 373170,
                                    "type": "contains",
                                    "value": "Business Analyst"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 471683,
                                    "field_id": 373170,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 471684,
                                    "field_id": 373171,
                                    "width": 404,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471685,
                                    "field_id": 373772,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471686,
                                    "field_id": 374247,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 82678,
                            "type": "grid",
                            "name": "Quality assurance",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 25253,
                                    "field_id": 373170,
                                    "type": "contains",
                                    "value": "Quality Assurance"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 471697,
                                    "field_id": 373170,
                                    "width": 257,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 471698,
                                    "field_id": 373171,
                                    "width": 373,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471699,
                                    "field_id": 373772,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471700,
                                    "field_id": 374247,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 82681,
                            "type": "grid",
                            "name": "Software engineering",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 25254,
                                    "field_id": 373170,
                                    "type": "contains",
                                    "value": "Software Engineer"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 471706,
                                    "field_id": 373170,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 471707,
                                    "field_id": 373171,
                                    "width": 387,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471708,
                                    "field_id": 373772,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471709,
                                    "field_id": 374247,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 82682,
                            "type": "grid",
                            "name": "Human resources",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 25255,
                                    "field_id": 373170,
                                    "type": "contains",
                                    "value": "Recruiter"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 471711,
                                    "field_id": 373170,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 471712,
                                    "field_id": 373171,
                                    "width": 370,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471713,
                                    "field_id": 373772,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471714,
                                    "field_id": 374247,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 82688,
                            "type": "grid",
                            "name": "Executive",
                            "order": 6,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 25256,
                                    "field_id": 373170,
                                    "type": "contains",
                                    "value": "Chief"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 471724,
                                    "field_id": 373170,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 471725,
                                    "field_id": 373171,
                                    "width": 393,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471726,
                                    "field_id": 373772,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471727,
                                    "field_id": 374247,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 93237,
                            "type": "kanban",
                            "name": "By level",
                            "order": 7,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [
                                {
                                    "id": 160,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "b9e6d5f4-d45f-4b68-8949-bda9f39c7143",
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "ff72b76f-f974-48a9-86d0-3f803994a667",
                                                        "type": "empty",
                                                        "field": 374247,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "single_select_field_id": 433657,
                            "field_options": [
                                {
                                    "id": 5591,
                                    "field_id": 373170,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5592,
                                    "field_id": 373171,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5593,
                                    "field_id": 373772,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5594,
                                    "field_id": 374247,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5595,
                                    "field_id": 433657,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-11T02:41:33.211871+00:00",
                            "updated_on": "2022-06-10T12:09:24.288942+00:00",
                            "field_373170": "Associate Business Analyst",
                            "field_373171": "Assists their immediate business analysis supervisor and seniors with assigned tasks and responsibilities.",
                            "field_373772": [],
                            "field_374247": null,
                            "field_433657": 136356
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-11T02:41:33.214232+00:00",
                            "updated_on": "2022-06-10T12:09:27.899231+00:00",
                            "field_373170": "Business Analyst",
                            "field_373171": "The Business Analyst collaborates with stakeholders to analyze and document business processes for the system under development, to define functional requirements and high-level features, to elaborate on the details of the software project and requirements in order to establish the project's direction, and to assist in its implementation.",
                            "field_373772": [],
                            "field_374247": null,
                            "field_433657": 136357
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-11T12:47:39.394826+00:00",
                            "updated_on": "2022-06-10T12:09:30.105347+00:00",
                            "field_373170": "Senior Business Analyst",
                            "field_373171": "Senior Business Analysts are responsible for supervising the rest of the business analysts while maintaining the same responsibilities as base-level business analysts. Furthermore, this role is considered an expert in their field.",
                            "field_373772": [
                                17
                            ],
                            "field_374247": null,
                            "field_433657": 136358
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-11T12:47:49.228480+00:00",
                            "updated_on": "2022-06-10T12:09:32.587847+00:00",
                            "field_373170": "Associate Quality Assurance Engineer",
                            "field_373171": "Assists their immediate quality assurance supervisor and seniors with assigned tasks and responsibilities.",
                            "field_373772": [
                                16,
                                15
                            ],
                            "field_374247": null,
                            "field_433657": 136356
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-11T12:47:55.769066+00:00",
                            "updated_on": "2022-06-10T12:09:34.687424+00:00",
                            "field_373170": "Quality Assurance Engineer",
                            "field_373171": "A Quality Assurance Engineer creates tests to identify software defects prior to a product's launch. These tests entail additional responsibilities, such as developing and running new tests and communicating their results to stakeholders, with whom you will collaborate to fix program bugs or problems.",
                            "field_373772": [
                                14
                            ],
                            "field_374247": null,
                            "field_433657": 136357
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-05-11T12:48:07.331844+00:00",
                            "updated_on": "2022-06-10T12:09:36.572786+00:00",
                            "field_373170": "Senior Quality Assurance Engineer",
                            "field_373171": "Senior Quality Assurance Engineers are responsible for supervising the rest of the QA engineers while maintaining the same responsibilities as base-level Quality Assurance Engineers. Furthermore, this role is considered an expert in their field.",
                            "field_373772": [],
                            "field_374247": null,
                            "field_433657": 136358
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-05-11T12:48:09.825191+00:00",
                            "updated_on": "2022-06-10T12:09:38.950430+00:00",
                            "field_373170": "Associate Software Engineer",
                            "field_373171": "Assists their immediate programming supervisor and seniors with assigned tasks and responsibilities.",
                            "field_373772": [
                                13
                            ],
                            "field_374247": null,
                            "field_433657": 136356
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-05-11T12:48:19.622836+00:00",
                            "updated_on": "2022-06-10T12:09:40.832866+00:00",
                            "field_373170": "Software Engineer",
                            "field_373171": "Software Engineers are responsible for implementing engineering principles in the development of software. Their responsibilities include analyzing and modifying existing software as well as designing, building, and testing end-user applications that meet user requirements \u2014 all via software programming languages.",
                            "field_373772": [
                                11,
                                12
                            ],
                            "field_374247": null,
                            "field_433657": 136357
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-05-11T12:48:24.635844+00:00",
                            "updated_on": "2022-06-10T12:09:42.703758+00:00",
                            "field_373170": "Senior Software Engineer",
                            "field_373171": "Senior Software Engineers are responsible for supervising the rest of the software engineers while maintaining the same responsibilities as base-level engineers. Furthermore, this role is considered an expert in their field.",
                            "field_373772": [
                                9,
                                10
                            ],
                            "field_374247": null,
                            "field_433657": 136358
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-05-11T12:48:32.083899+00:00",
                            "updated_on": "2022-06-10T12:09:45.291228+00:00",
                            "field_373170": "Assistant Recruiter",
                            "field_373171": "Assists the company's recruiter in posting jobs and in sorting job applicants.",
                            "field_373772": [
                                8
                            ],
                            "field_374247": null,
                            "field_433657": 136356
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-05-11T12:48:33.511207+00:00",
                            "updated_on": "2022-06-10T12:09:49.625986+00:00",
                            "field_373170": "Lead Recruiter",
                            "field_373171": "Creates templates for job recruitment and manages staffing requirements of all the departments.",
                            "field_373772": [
                                7
                            ],
                            "field_374247": null,
                            "field_433657": 136358
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-05-11T13:09:26.406116+00:00",
                            "updated_on": "2022-06-10T12:09:57.157183+00:00",
                            "field_373170": "Chief Executive Officer",
                            "field_373171": "CEOs are accountable for overseeing the overall operations of their companies. This may involve assigning and guiding agendas, driving profitability, managing the organizational structure and direction of the company, and engaging with the board.",
                            "field_373772": [
                                1
                            ],
                            "field_374247": null,
                            "field_433657": 136359
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-05-11T13:09:38.540591+00:00",
                            "updated_on": "2022-06-10T12:09:59.258599+00:00",
                            "field_373170": "Chief Technical Officer",
                            "field_373171": "The CTO is responsible for making all executive decisions concerning a company's technology interests. They are responsible for articulating the company's technological vision, implementing technology initiatives, and ensuring that the company's technological resources are matched with its business requirements.",
                            "field_373772": [
                                2
                            ],
                            "field_374247": null,
                            "field_433657": 136359
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-05-11T13:09:57.577061+00:00",
                            "updated_on": "2022-06-10T12:10:01.615032+00:00",
                            "field_373170": "Chief Financial Officer",
                            "field_373171": "Chief financial officers are in charge of an organization's finances. They are responsible for anticipating the organization's financial health based on financial and operational data and reports provided by the finance and accounting departments, as well as advising the CEO and board of directors on strategic direction.",
                            "field_373772": [
                                3
                            ],
                            "field_374247": null,
                            "field_433657": 136359
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-05-11T13:15:19.402852+00:00",
                            "updated_on": "2022-06-10T12:10:04.058830+00:00",
                            "field_373170": "Chief Marketing Officer",
                            "field_373171": "A Chief Marketing Officer is responsible for directing the organization's marketing and advertising planning, development, and implementation. They play a crucial part in the success of a firm and have essential tasks ranging from creative input to business strategy.",
                            "field_373772": [
                                4
                            ],
                            "field_374247": null,
                            "field_433657": 136359
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-05-11T13:16:38.502786+00:00",
                            "updated_on": "2022-06-10T12:10:07.302193+00:00",
                            "field_373170": "Chief Sales Officer",
                            "field_373171": "The CSO is the leader of an organization's whole sales department and directs and oversees all activities connected to producing sales. A CSO's daily responsibilities include supervising, planning, and directing daily sales initiatives, as well as maintaining sales goals.",
                            "field_373772": [
                                5
                            ],
                            "field_374247": null,
                            "field_433657": 136359
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-05-11T13:16:46.666595+00:00",
                            "updated_on": "2022-06-10T12:10:14.068065+00:00",
                            "field_373170": "Administrative Officer",
                            "field_373171": "Administrative officers are responsible for administrative duties such as answering telephone calls, organizing meetings, producing reports, and filing papers. In addition, they may be responsible for managing inventories, keeping company records, processing budget and office reports, invoicing, and providing customer service.",
                            "field_373772": [
                                6,
                                18,
                                19,
                                20
                            ],
                            "field_374247": null,
                            "field_433657": 136358
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-05-11T13:19:16.716101+00:00",
                            "updated_on": "2022-06-10T12:10:16.914288+00:00",
                            "field_373170": "Customer Service Officer",
                            "field_373171": "Customer service officers serve as the public face of a firm and interact directly with customers to answer their queries or provide additional assistance as necessary. They operate in every industry with a customer base. They assist clients with complaints and concerns, provide product and service information, accept purchases, and process returns.",
                            "field_373772": [
                                21,
                                22,
                                23,
                                24
                            ],
                            "field_374247": null,
                            "field_433657": 136357
                        }
                    ]
                },
                {
                    "id": 63478,
                    "name": "Departments",
                    "order": 3,
                    "fields": [
                        {
                            "id": 373167,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 373168,
                            "type": "long_text",
                            "name": "Description",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 373169,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 2,
                            "primary": false
                        },
                        {
                            "id": 373774,
                            "type": "link_row",
                            "name": "Related employees",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 63477,
                            "link_row_related_field_id": 373773,
                            "has_related_field": true
                        },
                        {
                            "id": 374248,
                            "type": "formula",
                            "name": "Employee count",
                            "order": 4,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 0,
                            "array_formula_type": null,
                            "formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 82464,
                            "type": "grid",
                            "name": "All departments",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 16514,
                                    "field_id": 373167,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 470150,
                                    "field_id": 373167,
                                    "width": 197,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 470148,
                                    "field_id": 373168,
                                    "width": 389,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 470149,
                                    "field_id": 373169,
                                    "width": 111,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 471010,
                                    "field_id": 373774,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471501,
                                    "field_id": 374248,
                                    "width": 161,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 82690,
                            "type": "gallery",
                            "name": "Active departments",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 25257,
                                    "field_id": 373169,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 16515,
                                    "field_id": 373167,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "field_options": [
                                {
                                    "id": 9703,
                                    "field_id": 373167,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9704,
                                    "field_id": 373168,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9705,
                                    "field_id": 373169,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9706,
                                    "field_id": 373774,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9707,
                                    "field_id": 374248,
                                    "hidden": false,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-11T02:41:19.049943+00:00",
                            "updated_on": "2022-05-11T12:59:37.838843+00:00",
                            "field_373167": "Research and development",
                            "field_373168": "The research and development division is responsible for the majority of this company's operations. Here, software development is administered. It is divided into various project teams.",
                            "field_373169": "true",
                            "field_373774": [
                                9,
                                10,
                                11,
                                12,
                                13,
                                14,
                                15,
                                16,
                                17
                            ],
                            "field_374248": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-11T02:41:19.052216+00:00",
                            "updated_on": "2022-05-11T13:01:13.853660+00:00",
                            "field_373167": "Finance",
                            "field_373168": "The finance team and auditors of the company report to this department. The Finance department is responsible for the financial records and audits of the company.",
                            "field_373169": "true",
                            "field_373774": [
                                18,
                                19
                            ],
                            "field_374248": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-11T12:56:07.011287+00:00",
                            "updated_on": "2022-05-11T13:02:59.083947+00:00",
                            "field_373167": "Legal",
                            "field_373168": "The legal department provides legal expertise that is advantageous to the strategies and planning of the organization. This department has a small seasonal workforce.",
                            "field_373169": "false",
                            "field_373774": [],
                            "field_374248": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-11T12:56:28.839469+00:00",
                            "updated_on": "2022-05-11T13:04:20.628038+00:00",
                            "field_373167": "Logistics",
                            "field_373168": "Our liaison officers and logistical partners fall under the purview of this department.",
                            "field_373169": "true",
                            "field_373774": [
                                6
                            ],
                            "field_374248": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-11T12:56:34.887700+00:00",
                            "updated_on": "2022-05-11T13:05:21.164320+00:00",
                            "field_373167": "Human resources",
                            "field_373168": "This department handles every aspect of the recruitment and hiring processes.",
                            "field_373169": "true",
                            "field_373774": [
                                7,
                                8
                            ],
                            "field_374248": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-05-11T12:56:42.270630+00:00",
                            "updated_on": "2022-05-11T13:06:14.070588+00:00",
                            "field_373167": "Marketing",
                            "field_373168": "Our organization's press releases and branding are handled by the marketing department.",
                            "field_373169": "true",
                            "field_373774": [
                                20
                            ],
                            "field_374248": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-05-11T12:56:55.273921+00:00",
                            "updated_on": "2022-05-11T13:07:45.941998+00:00",
                            "field_373167": "Sales",
                            "field_373168": "This department manages sales and sales strategies and is a vital part of the organization.",
                            "field_373169": "true",
                            "field_373774": [
                                21,
                                22,
                                23,
                                24
                            ],
                            "field_374248": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-05-11T12:57:20.768808+00:00",
                            "updated_on": "2022-05-11T13:09:14.090224+00:00",
                            "field_373167": "Executive",
                            "field_373168": "This department is in charge of the most important strategic planning and decision-making. This division is responsible for making all corporate-wide decisions.",
                            "field_373169": "true",
                            "field_373774": [
                                1,
                                2,
                                3,
                                4,
                                5
                            ],
                            "field_374248": null
                        }
                    ]
                },
                {
                    "id": 63480,
                    "name": "Office locations",
                    "order": 4,
                    "fields": [
                        {
                            "id": 373173,
                            "type": "text",
                            "name": "Location",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 373174,
                            "type": "file",
                            "name": "Photo",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 373175,
                            "type": "text",
                            "name": "Street",
                            "order": 2,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 373776,
                            "type": "link_row",
                            "name": "Related employees",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 63477,
                            "link_row_related_field_id": 373775,
                            "has_related_field": true
                        },
                        {
                            "id": 388244,
                            "type": "text",
                            "name": "City",
                            "order": 7,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 388245,
                            "type": "text",
                            "name": "State",
                            "order": 8,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 388246,
                            "type": "text",
                            "name": "Zip code",
                            "order": 9,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 388247,
                            "type": "phone_number",
                            "name": "Phone number",
                            "order": 10,
                            "primary": false
                        },
                        {
                            "id": 388248,
                            "type": "formula",
                            "name": "Employee count",
                            "order": 11,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 0,
                            "array_formula_type": null,
                            "formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
                            "formula_type": "number"
                        },
                        {
                            "id": 428157,
                            "type": "number",
                            "name": "Floor",
                            "order": 12,
                            "primary": false,
                            "number_decimal_places": 0,
                            "number_negative": false
                        }
                    ],
                    "views": [
                        {
                            "id": 82466,
                            "type": "grid",
                            "name": "All locations",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 17147,
                                    "field_id": 373173,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 470156,
                                    "field_id": 373173,
                                    "width": 189,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 470154,
                                    "field_id": 373174,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 470155,
                                    "field_id": 373175,
                                    "width": 166,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 471011,
                                    "field_id": 373776,
                                    "width": 179,
                                    "hidden": true,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 489192,
                                    "field_id": 388244,
                                    "width": 129,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 489193,
                                    "field_id": 388245,
                                    "width": 101,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 489194,
                                    "field_id": 388246,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 489195,
                                    "field_id": 388247,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 489196,
                                    "field_id": 388248,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                },
                                {
                                    "id": 534043,
                                    "field_id": 428157,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 82691,
                            "type": "gallery",
                            "name": "Locations",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 16516,
                                    "field_id": 373173,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 373174,
                            "field_options": [
                                {
                                    "id": 9708,
                                    "field_id": 373173,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9709,
                                    "field_id": 373174,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9710,
                                    "field_id": 373175,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9713,
                                    "field_id": 373776,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 10862,
                                    "field_id": 388244,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 10863,
                                    "field_id": 388245,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 10864,
                                    "field_id": 388246,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 10865,
                                    "field_id": 388247,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 10866,
                                    "field_id": 388248,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-11T02:48:16.461812+00:00",
                            "updated_on": "2022-06-08T20:09:35.391028+00:00",
                            "field_373173": "One world square",
                            "field_373174": [
                                {
                                    "name": "wIrXjgq4XdiCievnpjKd9bJ1UHkx0NO5_c45b4ddb5b1f81ba679f156c52156cffd2447456425a4d03a356d4619dc078b2.jpg",
                                    "visible_name": "Offices.03.jpg",
                                    "original_name": "Offices.03.jpg"
                                }
                            ],
                            "field_373175": "5812 Poplar Avenue",
                            "field_373776": [
                                7,
                                8,
                                18,
                                19,
                                21,
                                22,
                                23,
                                24
                            ],
                            "field_388244": "San Diego",
                            "field_388245": "California",
                            "field_388246": "92111",
                            "field_388247": "(519) 587-3851",
                            "field_388248": null,
                            "field_428157": "2"
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-11T02:48:16.463896+00:00",
                            "updated_on": "2022-06-08T20:09:31.023230+00:00",
                            "field_373173": "Net cube - executive floors",
                            "field_373174": [
                                {
                                    "name": "8NEid0bOwwoREaQyiIqkHrPYmykjv8vR_de53387c30e13446fff1cbb98ea5ade7a8db8a9526e34661bd68788cc8915b2a.jpg",
                                    "visible_name": "Offices.02.jpg",
                                    "original_name": "Offices.02.jpg"
                                }
                            ],
                            "field_373175": "1735 Zimmerman Lane",
                            "field_373776": [
                                2,
                                1,
                                3,
                                4,
                                5,
                                6
                            ],
                            "field_388244": "Los Angeles",
                            "field_388245": "California",
                            "field_388246": "90017",
                            "field_388247": "(213) 375-9873",
                            "field_388248": null,
                            "field_428157": "18"
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-11T10:45:09.866120+00:00",
                            "updated_on": "2022-06-08T20:09:32.375140+00:00",
                            "field_373173": "Net cube - operations 3F",
                            "field_373174": [
                                {
                                    "name": "lx852ySRLHvwkY8sfbk5IqQJ0YeWLmqw_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
                                    "visible_name": "Offices.01.jpg",
                                    "original_name": "Offices.01.jpg"
                                }
                            ],
                            "field_373175": "1735 Zimmerman Lane",
                            "field_373776": [
                                17,
                                20
                            ],
                            "field_388244": "Los Angeles",
                            "field_388245": "California",
                            "field_388246": "90017",
                            "field_388247": "(213) 375-9875",
                            "field_388248": null,
                            "field_428157": "3"
                        },
                        {
                            "id": 5,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-06-08T11:07:36.413128+00:00",
                            "updated_on": "2022-06-08T20:09:34.015972+00:00",
                            "field_373173": "Net cube - operations 5F",
                            "field_373174": [
                                {
                                    "name": "lx852ySRLHvwkY8sfbk5IqQJ0YeWLmqw_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
                                    "visible_name": "Offices.01.jpg",
                                    "original_name": "Offices.01.jpg"
                                }
                            ],
                            "field_373175": "1735 Zimmerman Lane",
                            "field_373776": [
                                16,
                                9,
                                12,
                                10,
                                15,
                                11,
                                14,
                                13
                            ],
                            "field_388244": "Los Angeles",
                            "field_388245": "California",
                            "field_388246": "90017",
                            "field_388247": "(213) 375-9877",
                            "field_388248": null,
                            "field_428157": "5"
                        }
                    ]
                }
            ]
        }
    ]
}
