{
    "baserow_template_version": 1,
    "name": "Advertising Campaigns",
    "icon": "iconoir-playlist-play",
    "keywords": [
        "marketing play",
        "campaigns",
        "campaign management",
        "social media",
        "platforms",
        "advertisements",
        "budget",
        "target groups",
        "scheduling",
        "ads",
        "social media planner"
    ],
    "categories": [
        "Marketing"
    ],
    "export": [
        {
            "id": 418,
            "name": "Advertising Campaigns",
            "order": 1,
            "type": "database",
            "tables": [
                {
                    "id": 1922,
                    "name": "Plays",
                    "order": 1,
                    "fields": [
                        {
                            "id": 17579,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 17580,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 1,
                            "primary": false,
                            "long_text_enable_rich_text": true
                        },
                        {
                            "id": 17581,
                            "type": "text",
                            "name": "Objective",
                            "order": 2,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 17582,
                            "type": "link_row",
                            "name": "Target groups",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 1926,
                            "link_row_related_field_id": 17636,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17583,
                            "type": "link_row",
                            "name": "Owner",
                            "order": 4,
                            "primary": false,
                            "link_row_table_id": 1927,
                            "link_row_related_field_id": 17643,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17584,
                            "type": "number",
                            "name": "Budget",
                            "order": 5,
                            "primary": false,
                            "number_decimal_places": 0,
                            "number_negative": false
                        },
                        {
                            "id": 17585,
                            "type": "date",
                            "name": "From",
                            "order": 6,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 17586,
                            "type": "date",
                            "name": "Until",
                            "order": 7,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 17587,
                            "type": "link_row",
                            "name": "Campaigns",
                            "order": 8,
                            "primary": false,
                            "link_row_table_id": 1923,
                            "link_row_related_field_id": 17599,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17588,
                            "type": "rollup",
                            "name": "Budget spent",
                            "order": 9,
                            "primary": false,
                            "nullable": false,
                            "date_show_tzinfo": null,
                            "number_decimal_places": 0,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "through_field_id": 17587,
                            "target_field_id": 17604,
                            "rollup_function": "sum"
                        },
                        {
                            "id": 17589,
                            "type": "formula",
                            "name": "Budget remaining",
                            "order": 10,
                            "primary": false,
                            "nullable": false,
                            "date_show_tzinfo": null,
                            "number_decimal_places": 0,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "formula": "field('Budget') - field('Budget spent')",
                            "formula_type": "number"
                        },
                        {
                            "id": 17590,
                            "type": "formula",
                            "name": "Budget remaining (%)",
                            "order": 11,
                            "primary": false,
                            "nullable": false,
                            "date_show_tzinfo": null,
                            "number_decimal_places": 0,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "formula": "round((field('Budget remaining') / field('Budget')) * 100,0)",
                            "formula_type": "number"
                        },
                        {
                            "id": 17591,
                            "type": "formula",
                            "name": "Campaigns completed",
                            "order": 12,
                            "primary": false,
                            "nullable": false,
                            "date_show_tzinfo": null,
                            "number_decimal_places": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "formula": "concat(count(filter(lookup('Campaigns','Name'),totext(lookup('Campaigns','Status')) = 'Completed')),' / ',count(field('Campaigns')))",
                            "formula_type": "text"
                        },
                        {
                            "id": 17592,
                            "type": "formula",
                            "name": "Campaigns completed (%)",
                            "order": 13,
                            "primary": false,
                            "nullable": false,
                            "date_show_tzinfo": null,
                            "number_decimal_places": 0,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "formula": "round(count(filter(lookup('Campaigns','Name'),totext(lookup('Campaigns','Status')) = 'Completed')) / count(field('Campaigns')) * 100,0)",
                            "formula_type": "number"
                        },
                        {
                            "id": 17593,
                            "type": "formula",
                            "name": "Duration",
                            "order": 14,
                            "primary": false,
                            "nullable": true,
                            "date_show_tzinfo": null,
                            "number_decimal_places": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": "d h",
                            "date_format": null,
                            "formula": "field('Until') - field('From')",
                            "formula_type": "duration"
                        },
                        {
                            "id": 17594,
                            "type": "formula",
                            "name": "Duration (days)",
                            "order": 15,
                            "primary": false,
                            "nullable": false,
                            "date_show_tzinfo": null,
                            "number_decimal_places": 0,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "formula": "round(toseconds(field('Duration')) / (3600 * 24),0)",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 7253,
                            "type": "grid",
                            "name": "All marketing plays",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5019,
                                    "field_id": 17585,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 50861,
                                    "field_id": 17579,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50862,
                                    "field_id": 17580,
                                    "width": 229,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50863,
                                    "field_id": 17581,
                                    "width": 261,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50864,
                                    "field_id": 17583,
                                    "width": 151,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50865,
                                    "field_id": 17582,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50866,
                                    "field_id": 17584,
                                    "width": 121,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50867,
                                    "field_id": 17588,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50868,
                                    "field_id": 17589,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50869,
                                    "field_id": 17590,
                                    "width": 202,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50870,
                                    "field_id": 17585,
                                    "width": 138,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50871,
                                    "field_id": 17586,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50872,
                                    "field_id": 17593,
                                    "width": 126,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50873,
                                    "field_id": 17587,
                                    "width": 255,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50874,
                                    "field_id": 17591,
                                    "width": 212,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50875,
                                    "field_id": 17592,
                                    "width": 265,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50876,
                                    "field_id": 17594,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7254,
                            "type": "grid",
                            "name": "Marketing plays with all campaigns completed",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4426,
                                    "field_id": 17592,
                                    "type": "higher_than_or_equal",
                                    "value": "100",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5020,
                                    "field_id": 17585,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 50877,
                                    "field_id": 17579,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50878,
                                    "field_id": 17580,
                                    "width": 229,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50879,
                                    "field_id": 17581,
                                    "width": 261,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50880,
                                    "field_id": 17583,
                                    "width": 151,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50881,
                                    "field_id": 17582,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50882,
                                    "field_id": 17584,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50883,
                                    "field_id": 17588,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50884,
                                    "field_id": 17589,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50885,
                                    "field_id": 17590,
                                    "width": 210,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50886,
                                    "field_id": 17585,
                                    "width": 138,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50887,
                                    "field_id": 17586,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50888,
                                    "field_id": 17593,
                                    "width": 126,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50889,
                                    "field_id": 17587,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50890,
                                    "field_id": 17591,
                                    "width": 212,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50891,
                                    "field_id": 17592,
                                    "width": 265,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50892,
                                    "field_id": 17594,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7255,
                            "type": "grid",
                            "name": "Marketing plays without completed campaigns",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4427,
                                    "field_id": 17592,
                                    "type": "lower_than_or_equal",
                                    "value": "0",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5021,
                                    "field_id": 17585,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 50893,
                                    "field_id": 17579,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50894,
                                    "field_id": 17580,
                                    "width": 229,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50895,
                                    "field_id": 17581,
                                    "width": 261,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50896,
                                    "field_id": 17583,
                                    "width": 151,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50897,
                                    "field_id": 17582,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50898,
                                    "field_id": 17584,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50899,
                                    "field_id": 17588,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50900,
                                    "field_id": 17589,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50901,
                                    "field_id": 17590,
                                    "width": 210,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50902,
                                    "field_id": 17585,
                                    "width": 138,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50903,
                                    "field_id": 17586,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50904,
                                    "field_id": 17593,
                                    "width": 126,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50905,
                                    "field_id": 17587,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50906,
                                    "field_id": 17591,
                                    "width": 212,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50907,
                                    "field_id": 17592,
                                    "width": 265,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50908,
                                    "field_id": 17594,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7256,
                            "type": "grid",
                            "name": "Marketing plays with duration >= 1 month",
                            "order": 4,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4428,
                                    "field_id": 17594,
                                    "type": "higher_than",
                                    "value": "31",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5022,
                                    "field_id": 17585,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 50909,
                                    "field_id": 17579,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50910,
                                    "field_id": 17580,
                                    "width": 229,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50911,
                                    "field_id": 17581,
                                    "width": 261,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50912,
                                    "field_id": 17583,
                                    "width": 151,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50913,
                                    "field_id": 17582,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50914,
                                    "field_id": 17584,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50915,
                                    "field_id": 17588,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50916,
                                    "field_id": 17589,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50917,
                                    "field_id": 17590,
                                    "width": 210,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50918,
                                    "field_id": 17585,
                                    "width": 138,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50919,
                                    "field_id": 17586,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50920,
                                    "field_id": 17593,
                                    "width": 126,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50921,
                                    "field_id": 17594,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50922,
                                    "field_id": 17587,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50923,
                                    "field_id": 17591,
                                    "width": 212,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50924,
                                    "field_id": 17592,
                                    "width": 265,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7257,
                            "type": "grid",
                            "name": "Marketing plays that are active",
                            "order": 5,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4429,
                                    "field_id": 17585,
                                    "type": "date_is_before",
                                    "value": "Europe/Brussels??today",
                                    "group": null
                                },
                                {
                                    "id": 4430,
                                    "field_id": 17586,
                                    "type": "date_is_after",
                                    "value": "Europe/Brussels??today",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5023,
                                    "field_id": 17585,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 50925,
                                    "field_id": 17579,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50926,
                                    "field_id": 17580,
                                    "width": 229,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50927,
                                    "field_id": 17581,
                                    "width": 261,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50928,
                                    "field_id": 17583,
                                    "width": 151,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50929,
                                    "field_id": 17582,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50930,
                                    "field_id": 17584,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50931,
                                    "field_id": 17588,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50932,
                                    "field_id": 17589,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50933,
                                    "field_id": 17590,
                                    "width": 210,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50934,
                                    "field_id": 17585,
                                    "width": 138,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50935,
                                    "field_id": 17586,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50936,
                                    "field_id": 17593,
                                    "width": 126,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50937,
                                    "field_id": 17587,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50938,
                                    "field_id": 17591,
                                    "width": 212,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50939,
                                    "field_id": 17592,
                                    "width": 265,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50940,
                                    "field_id": 17594,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7258,
                            "type": "grid",
                            "name": "Marketing plays with budget remaining < 50%",
                            "order": 6,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4431,
                                    "field_id": 17590,
                                    "type": "lower_than",
                                    "value": "50",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5024,
                                    "field_id": 17585,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 50941,
                                    "field_id": 17579,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50942,
                                    "field_id": 17580,
                                    "width": 229,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50943,
                                    "field_id": 17581,
                                    "width": 261,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50944,
                                    "field_id": 17583,
                                    "width": 151,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50945,
                                    "field_id": 17582,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50946,
                                    "field_id": 17584,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50947,
                                    "field_id": 17588,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50948,
                                    "field_id": 17589,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50949,
                                    "field_id": 17590,
                                    "width": 210,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50950,
                                    "field_id": 17585,
                                    "width": 138,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50951,
                                    "field_id": 17586,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50952,
                                    "field_id": 17593,
                                    "width": 126,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50953,
                                    "field_id": 17587,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50954,
                                    "field_id": 17591,
                                    "width": 212,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50955,
                                    "field_id": 17592,
                                    "width": 265,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50956,
                                    "field_id": 17594,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7259,
                            "type": "grid",
                            "name": "Marketing plays with budget remaining < 10%",
                            "order": 7,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4432,
                                    "field_id": 17590,
                                    "type": "lower_than",
                                    "value": "10",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5025,
                                    "field_id": 17585,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 50957,
                                    "field_id": 17579,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50958,
                                    "field_id": 17580,
                                    "width": 229,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50959,
                                    "field_id": 17581,
                                    "width": 261,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50960,
                                    "field_id": 17583,
                                    "width": 151,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50961,
                                    "field_id": 17582,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50962,
                                    "field_id": 17584,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50963,
                                    "field_id": 17588,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50964,
                                    "field_id": 17589,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50965,
                                    "field_id": 17590,
                                    "width": 210,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50966,
                                    "field_id": 17585,
                                    "width": 138,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50967,
                                    "field_id": 17586,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50968,
                                    "field_id": 17593,
                                    "width": 126,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50969,
                                    "field_id": 17587,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50970,
                                    "field_id": 17591,
                                    "width": 212,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50971,
                                    "field_id": 17592,
                                    "width": 265,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50972,
                                    "field_id": 17594,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2024-08-01T12:48:55.957601+00:00",
                            "updated_on": "2024-08-02T11:56:08.691079+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17579": "Back-to-School Promo",
                            "field_17580": "Our back-to-school campaign aims to position our brand as the top choice for high-quality, affordable school supplies. Unlike competitors who focus solely on price, we emphasize the durability and value of our products. The key message is that investing in our supplies means investing in your child's success, with special discounts available to make this investment more accessible. By highlighting superior product quality and exclusive promotions, we aim to attract both budget-conscious parents and students seeking reliable, long-lasting school essentials.",
                            "field_17581": "Increase sales of school supplies by 20%",
                            "field_17582": [
                                3,
                                5
                            ],
                            "field_17583": [
                                1
                            ],
                            "field_17584": "4500",
                            "field_17585": "2024-08-01",
                            "field_17586": "2024-09-01",
                            "field_17587": [
                                3,
                                4,
                                5,
                                6
                            ],
                            "field_17588": null,
                            "field_17589": null,
                            "field_17590": null,
                            "field_17591": null,
                            "field_17592": null,
                            "field_17593": null,
                            "field_17594": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2024-08-01T12:48:55.957629+00:00",
                            "updated_on": "2024-08-02T14:19:50.929496+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17579": "New Product Launch",
                            "field_17580": "For our new product launch, we are positioning ourselves as innovators in the tech space, differentiating from competitors by showcasing cutting-edge features and advanced technology. Our key message is that this product is not just an upgrade but a transformative tool that redefines user experience. We will emphasize how our technology surpasses industry standards, offering superior performance and unique features that no other product on the market currently provides. The campaign will target early adopters and tech enthusiasts who are eager to be at the forefront of technological advancements.",
                            "field_17581": "Generate buzz and drive 15% increase in pre-orders",
                            "field_17582": [
                                8,
                                4
                            ],
                            "field_17583": [
                                5
                            ],
                            "field_17584": "5000",
                            "field_17585": "2024-09-09",
                            "field_17586": "2024-11-21",
                            "field_17587": [
                                7,
                                8,
                                9,
                                10
                            ],
                            "field_17588": null,
                            "field_17589": null,
                            "field_17590": null,
                            "field_17591": null,
                            "field_17592": null,
                            "field_17593": null,
                            "field_17594": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2024-08-01T12:48:55.957639+00:00",
                            "updated_on": "2024-08-02T14:19:32.379858+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17579": "Holiday Sale Extravaganza",
                            "field_17580": "Our holiday sale will position our brand as the ultimate destination for holiday shopping, with unbeatable discounts and exclusive deals that outshine competitors. The key message is that our sale provides exceptional value, allowing customers to give the best gifts at the best prices. We will highlight our wide range of products, from luxury items to everyday essentials, ensuring there is something for everyone. By promoting our extensive inventory and significant savings, we aim to drive higher traffic and conversion rates during the critical holiday shopping season.",
                            "field_17581": "Boost sales by 25% and increase customer retention",
                            "field_17582": [
                                7,
                                8,
                                12,
                                11
                            ],
                            "field_17583": [
                                9
                            ],
                            "field_17584": "5000",
                            "field_17585": "2024-12-01",
                            "field_17586": "2025-01-01",
                            "field_17587": [
                                11,
                                12,
                                13,
                                14
                            ],
                            "field_17588": null,
                            "field_17589": null,
                            "field_17590": null,
                            "field_17591": null,
                            "field_17592": null,
                            "field_17593": null,
                            "field_17594": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2024-08-01T12:48:55.957646+00:00",
                            "updated_on": "2024-08-02T14:19:43.631558+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17579": "Eco-Friendly Initiative",
                            "field_17580": "In our eco-friendly initiative, we aim to position our brand as a leader in sustainability, setting ourselves apart from competitors who are slower to adopt green practices. Our key message focuses on our commitment to environmental responsibility and the tangible benefits of our sustainable products. We will showcase our efforts to reduce carbon footprint and promote eco-friendly materials, encouraging consumers to make a positive impact with their purchases. By aligning our brand with sustainability, we appeal to conscientious consumers who prioritize environmental impact in their buying decisions.",
                            "field_17581": "Raise awareness about eco-friendly products and drive a 10% increase in sales",
                            "field_17582": [
                                10,
                                12
                            ],
                            "field_17583": [
                                1
                            ],
                            "field_17584": "7000",
                            "field_17585": "2024-10-21",
                            "field_17586": "2024-11-11",
                            "field_17587": [
                                15,
                                16,
                                17,
                                18
                            ],
                            "field_17588": null,
                            "field_17589": null,
                            "field_17590": null,
                            "field_17591": null,
                            "field_17592": null,
                            "field_17593": null,
                            "field_17594": null
                        }
                    ]
                },
                {
                    "id": 1923,
                    "name": "Campaigns",
                    "order": 2,
                    "fields": [
                        {
                            "id": 17595,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 17596,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 1,
                            "primary": false,
                            "long_text_enable_rich_text": false
                        },
                        {
                            "id": 17597,
                            "type": "single_select",
                            "name": "Category",
                            "order": 2,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 9966,
                                    "value": "Content Marketing",
                                    "color": "green",
                                    "order": 0
                                },
                                {
                                    "id": 9967,
                                    "value": "Paid Advertising",
                                    "color": "cyan",
                                    "order": 1
                                },
                                {
                                    "id": 9968,
                                    "value": "Events",
                                    "color": "yellow",
                                    "order": 2
                                },
                                {
                                    "id": 9969,
                                    "value": "PR",
                                    "color": "blue",
                                    "order": 3
                                },
                                {
                                    "id": 9970,
                                    "value": "Branding & Creative",
                                    "color": "brown",
                                    "order": 4
                                }
                            ]
                        },
                        {
                            "id": 17598,
                            "type": "link_row",
                            "name": "Owner",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 1927,
                            "link_row_related_field_id": 17644,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17599,
                            "type": "link_row",
                            "name": "Play",
                            "order": 4,
                            "primary": false,
                            "link_row_table_id": 1922,
                            "link_row_related_field_id": 17587,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17600,
                            "type": "single_select",
                            "name": "Priority",
                            "order": 5,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 9971,
                                    "value": "Low",
                                    "color": "light-blue",
                                    "order": 0
                                },
                                {
                                    "id": 9972,
                                    "value": "Medium",
                                    "color": "blue",
                                    "order": 1
                                },
                                {
                                    "id": 9973,
                                    "value": "High",
                                    "color": "dark-blue",
                                    "order": 2
                                },
                                {
                                    "id": 9974,
                                    "value": "Very high",
                                    "color": "darker-blue",
                                    "order": 3
                                }
                            ]
                        },
                        {
                            "id": 17601,
                            "type": "single_select",
                            "name": "Status",
                            "order": 6,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 9975,
                                    "value": "Scheduled",
                                    "color": "darker-cyan",
                                    "order": 0
                                },
                                {
                                    "id": 9976,
                                    "value": "In progress",
                                    "color": "darker-yellow",
                                    "order": 1
                                },
                                {
                                    "id": 9977,
                                    "value": "Completed",
                                    "color": "darker-green",
                                    "order": 2
                                },
                                {
                                    "id": 9978,
                                    "value": "On hold",
                                    "color": "darker-gray",
                                    "order": 3
                                },
                                {
                                    "id": 9979,
                                    "value": "Canceled",
                                    "color": "darker-red",
                                    "order": 4
                                }
                            ]
                        },
                        {
                            "id": 17602,
                            "type": "number",
                            "name": "Budget",
                            "order": 7,
                            "primary": false,
                            "number_decimal_places": 0,
                            "number_negative": false
                        },
                        {
                            "id": 17603,
                            "type": "link_row",
                            "name": "Advertisements",
                            "order": 10,
                            "primary": false,
                            "link_row_table_id": 1924,
                            "link_row_related_field_id": 17626,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17604,
                            "type": "rollup",
                            "name": "Budget spent",
                            "order": 11,
                            "primary": false,
                            "nullable": false,
                            "date_show_tzinfo": null,
                            "number_decimal_places": 0,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "through_field_id": 17603,
                            "target_field_id": 17621,
                            "rollup_function": "sum"
                        },
                        {
                            "id": 17605,
                            "type": "formula",
                            "name": "Budget remaining",
                            "order": 12,
                            "primary": false,
                            "nullable": false,
                            "date_show_tzinfo": null,
                            "number_decimal_places": 0,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "formula": "field('Budget') - field('Budget spent')",
                            "formula_type": "number"
                        },
                        {
                            "id": 17606,
                            "type": "formula",
                            "name": "Budget remaining (%)",
                            "order": 13,
                            "primary": false,
                            "nullable": false,
                            "date_show_tzinfo": null,
                            "number_decimal_places": 0,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "formula": "round((field('Budget remaining') / field('Budget')) * 100,0)",
                            "formula_type": "number"
                        },
                        {
                            "id": 17607,
                            "type": "date",
                            "name": "From",
                            "order": 14,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 17608,
                            "type": "date",
                            "name": "Until",
                            "order": 15,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 17609,
                            "type": "formula",
                            "name": "Is within play timeframe",
                            "order": 16,
                            "primary": false,
                            "nullable": false,
                            "date_show_tzinfo": null,
                            "number_decimal_places": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "formula": "and(field('From') >= max(lookup('Play','From')),field('Until') <= min(lookup('Play','Until')))",
                            "formula_type": "boolean"
                        },
                        {
                            "id": 17610,
                            "type": "rollup",
                            "name": "Owner (name)",
                            "order": 17,
                            "primary": false,
                            "nullable": true,
                            "date_show_tzinfo": null,
                            "number_decimal_places": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "through_field_id": 17598,
                            "target_field_id": 17638,
                            "rollup_function": "min"
                        },
                        {
                            "id": 17611,
                            "type": "rollup",
                            "name": "Play (name)",
                            "order": 18,
                            "primary": false,
                            "nullable": true,
                            "date_show_tzinfo": null,
                            "number_decimal_places": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "through_field_id": 17599,
                            "target_field_id": 17579,
                            "rollup_function": "min"
                        }
                    ],
                    "views": [
                        {
                            "id": 7260,
                            "type": "grid",
                            "name": "All campaigns",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5026,
                                    "field_id": 17607,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 50973,
                                    "field_id": 17595,
                                    "width": 219,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50974,
                                    "field_id": 17596,
                                    "width": 184,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50975,
                                    "field_id": 17597,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50976,
                                    "field_id": 17598,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50977,
                                    "field_id": 17610,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50978,
                                    "field_id": 17599,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50979,
                                    "field_id": 17611,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50980,
                                    "field_id": 17607,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50981,
                                    "field_id": 17608,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50982,
                                    "field_id": 17609,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50983,
                                    "field_id": 17600,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50984,
                                    "field_id": 17601,
                                    "width": 118,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50985,
                                    "field_id": 17602,
                                    "width": 122,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50986,
                                    "field_id": 17604,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50987,
                                    "field_id": 17605,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50988,
                                    "field_id": 17606,
                                    "width": 207,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50989,
                                    "field_id": 17603,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7261,
                            "type": "grid",
                            "name": "Campaigns outside their marketing play timeframe",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4433,
                                    "field_id": 17609,
                                    "type": "boolean",
                                    "value": "",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5027,
                                    "field_id": 17607,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 50990,
                                    "field_id": 17595,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50991,
                                    "field_id": 17596,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50992,
                                    "field_id": 17597,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50993,
                                    "field_id": 17598,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50994,
                                    "field_id": 17610,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50995,
                                    "field_id": 17599,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50996,
                                    "field_id": 17611,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50997,
                                    "field_id": 17607,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50998,
                                    "field_id": 17608,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 50999,
                                    "field_id": 17609,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51000,
                                    "field_id": 17600,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51001,
                                    "field_id": 17601,
                                    "width": 118,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51002,
                                    "field_id": 17602,
                                    "width": 122,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51003,
                                    "field_id": 17604,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51004,
                                    "field_id": 17605,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51005,
                                    "field_id": 17606,
                                    "width": 207,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51006,
                                    "field_id": 17603,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7262,
                            "type": "grid",
                            "name": "All campaigns grouped by owner",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5028,
                                    "field_id": 17607,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [
                                {
                                    "id": 165,
                                    "field_id": 17610,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51007,
                                    "field_id": 17595,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51008,
                                    "field_id": 17596,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51009,
                                    "field_id": 17597,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51010,
                                    "field_id": 17598,
                                    "width": 139,
                                    "hidden": true,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51011,
                                    "field_id": 17610,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51012,
                                    "field_id": 17599,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51013,
                                    "field_id": 17611,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51014,
                                    "field_id": 17607,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51015,
                                    "field_id": 17608,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51016,
                                    "field_id": 17609,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51017,
                                    "field_id": 17600,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51018,
                                    "field_id": 17601,
                                    "width": 118,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51019,
                                    "field_id": 17602,
                                    "width": 122,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51020,
                                    "field_id": 17604,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51021,
                                    "field_id": 17605,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51022,
                                    "field_id": 17606,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51023,
                                    "field_id": 17603,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7263,
                            "type": "grid",
                            "name": "All campaigns grouped by category",
                            "order": 4,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5029,
                                    "field_id": 17607,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [
                                {
                                    "id": 166,
                                    "field_id": 17597,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51024,
                                    "field_id": 17595,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51025,
                                    "field_id": 17596,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51026,
                                    "field_id": 17597,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51027,
                                    "field_id": 17598,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51028,
                                    "field_id": 17610,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51029,
                                    "field_id": 17599,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51030,
                                    "field_id": 17611,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51031,
                                    "field_id": 17607,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51032,
                                    "field_id": 17608,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51033,
                                    "field_id": 17609,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51034,
                                    "field_id": 17600,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51035,
                                    "field_id": 17601,
                                    "width": 118,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51036,
                                    "field_id": 17602,
                                    "width": 122,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51037,
                                    "field_id": 17604,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51038,
                                    "field_id": 17605,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51039,
                                    "field_id": 17606,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51040,
                                    "field_id": 17603,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7264,
                            "type": "grid",
                            "name": "All campaigns grouped by marketing play",
                            "order": 5,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5030,
                                    "field_id": 17607,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [
                                {
                                    "id": 167,
                                    "field_id": 17611,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51041,
                                    "field_id": 17595,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51042,
                                    "field_id": 17596,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51043,
                                    "field_id": 17597,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51044,
                                    "field_id": 17598,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51045,
                                    "field_id": 17610,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51046,
                                    "field_id": 17599,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51047,
                                    "field_id": 17611,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51048,
                                    "field_id": 17607,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51049,
                                    "field_id": 17608,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51050,
                                    "field_id": 17609,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51051,
                                    "field_id": 17600,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51052,
                                    "field_id": 17601,
                                    "width": 118,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51053,
                                    "field_id": 17602,
                                    "width": 122,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51054,
                                    "field_id": 17604,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51055,
                                    "field_id": 17605,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51056,
                                    "field_id": 17606,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51057,
                                    "field_id": 17603,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7265,
                            "type": "grid",
                            "name": "Campaigns with budget remaining < 50%",
                            "order": 6,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4434,
                                    "field_id": 17606,
                                    "type": "lower_than",
                                    "value": "50",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5031,
                                    "field_id": 17607,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51058,
                                    "field_id": 17595,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51059,
                                    "field_id": 17596,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51060,
                                    "field_id": 17597,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51061,
                                    "field_id": 17598,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51062,
                                    "field_id": 17610,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51063,
                                    "field_id": 17599,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51064,
                                    "field_id": 17611,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51065,
                                    "field_id": 17607,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51066,
                                    "field_id": 17608,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51067,
                                    "field_id": 17609,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51068,
                                    "field_id": 17600,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51069,
                                    "field_id": 17601,
                                    "width": 118,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51070,
                                    "field_id": 17602,
                                    "width": 122,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51071,
                                    "field_id": 17604,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51072,
                                    "field_id": 17605,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51073,
                                    "field_id": 17606,
                                    "width": 207,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51074,
                                    "field_id": 17603,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7266,
                            "type": "grid",
                            "name": "Campaigns with budget remaining < 10%",
                            "order": 7,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4435,
                                    "field_id": 17606,
                                    "type": "lower_than",
                                    "value": "10",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5032,
                                    "field_id": 17607,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51075,
                                    "field_id": 17595,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51076,
                                    "field_id": 17596,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51077,
                                    "field_id": 17597,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51078,
                                    "field_id": 17598,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51079,
                                    "field_id": 17610,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51080,
                                    "field_id": 17599,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51081,
                                    "field_id": 17611,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51082,
                                    "field_id": 17607,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51083,
                                    "field_id": 17608,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51084,
                                    "field_id": 17609,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51085,
                                    "field_id": 17600,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51086,
                                    "field_id": 17601,
                                    "width": 118,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51087,
                                    "field_id": 17602,
                                    "width": 122,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51088,
                                    "field_id": 17604,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51089,
                                    "field_id": 17605,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51090,
                                    "field_id": 17606,
                                    "width": 207,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51091,
                                    "field_id": 17603,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7267,
                            "type": "grid",
                            "name": "Campaigns over budget",
                            "order": 8,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4436,
                                    "field_id": 17606,
                                    "type": "lower_than",
                                    "value": "0",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5033,
                                    "field_id": 17607,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51092,
                                    "field_id": 17595,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51093,
                                    "field_id": 17596,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51094,
                                    "field_id": 17597,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51095,
                                    "field_id": 17598,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51096,
                                    "field_id": 17610,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51097,
                                    "field_id": 17599,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51098,
                                    "field_id": 17611,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51099,
                                    "field_id": 17607,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51100,
                                    "field_id": 17608,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51101,
                                    "field_id": 17609,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51102,
                                    "field_id": 17600,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51103,
                                    "field_id": 17601,
                                    "width": 118,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51104,
                                    "field_id": 17602,
                                    "width": 122,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51105,
                                    "field_id": 17604,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51106,
                                    "field_id": 17605,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51107,
                                    "field_id": 17606,
                                    "width": 207,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51108,
                                    "field_id": 17603,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7268,
                            "type": "kanban",
                            "name": "Campaigns stacked by priority",
                            "order": 9,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 17600,
                            "field_options": [
                                {
                                    "id": 9150,
                                    "field_id": 17595,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9151,
                                    "field_id": 17596,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9152,
                                    "field_id": 17597,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9153,
                                    "field_id": 17598,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9154,
                                    "field_id": 17599,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9155,
                                    "field_id": 17600,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9156,
                                    "field_id": 17601,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9157,
                                    "field_id": 17602,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9158,
                                    "field_id": 17603,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9159,
                                    "field_id": 17604,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9160,
                                    "field_id": 17605,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9161,
                                    "field_id": 17606,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9162,
                                    "field_id": 17607,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9163,
                                    "field_id": 17608,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9164,
                                    "field_id": 17609,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9165,
                                    "field_id": 17610,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9166,
                                    "field_id": 17611,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 7269,
                            "type": "kanban",
                            "name": "Campaigns stacked by status",
                            "order": 10,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 17601,
                            "field_options": [
                                {
                                    "id": 9167,
                                    "field_id": 17595,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9168,
                                    "field_id": 17596,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9169,
                                    "field_id": 17597,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9170,
                                    "field_id": 17598,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9171,
                                    "field_id": 17599,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9172,
                                    "field_id": 17600,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9173,
                                    "field_id": 17601,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9174,
                                    "field_id": 17602,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9175,
                                    "field_id": 17603,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9176,
                                    "field_id": 17604,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9177,
                                    "field_id": 17605,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9178,
                                    "field_id": 17606,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9179,
                                    "field_id": 17607,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9180,
                                    "field_id": 17608,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9181,
                                    "field_id": 17609,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9182,
                                    "field_id": 17610,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9183,
                                    "field_id": 17611,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539084+00:00",
                            "updated_on": "2024-08-02T14:13:33.757367+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "School Essentials Sale",
                            "field_17596": "A limited-time offer featuring discounts on essential school supplies, including notebooks, backpacks, and stationery. Promoted through email newsletters and social media.",
                            "field_17597": 9967,
                            "field_17598": [
                                3
                            ],
                            "field_17599": [
                                3
                            ],
                            "field_17600": 9971,
                            "field_17601": 9977,
                            "field_17602": "1200",
                            "field_17603": [],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-08-01",
                            "field_17608": "2024-09-01",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539116+00:00",
                            "updated_on": "2024-08-02T13:59:51.674677+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Student Success Stories",
                            "field_17596": "A content series highlighting stories of students who have benefited from using our products. Shared on social media and blog posts to build credibility and connect emotionally with parents.",
                            "field_17597": 9966,
                            "field_17598": [
                                8
                            ],
                            "field_17599": [
                                3
                            ],
                            "field_17600": 9972,
                            "field_17601": 9977,
                            "field_17602": "2500",
                            "field_17603": [
                                3
                            ],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-08-01",
                            "field_17608": "2024-08-15",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539125+00:00",
                            "updated_on": "2024-08-02T14:00:00.113255+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Back-to-School Giveaway",
                            "field_17596": "A contest offering a full set of school supplies as a prize. Engages customers and drives brand awareness through user-generated content and social media participation.",
                            "field_17597": 9968,
                            "field_17598": [
                                2
                            ],
                            "field_17599": [
                                3
                            ],
                            "field_17600": 9971,
                            "field_17601": 9977,
                            "field_17602": "1800",
                            "field_17603": [
                                4
                            ],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-08-08",
                            "field_17608": "2024-08-09",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539132+00:00",
                            "updated_on": "2024-08-02T14:13:36.396278+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Parent\u2019s Choice Awards",
                            "field_17596": "A survey where parents vote for their favorite school supplies from our range. Results are used to highlight popular products in targeted ads and email campaigns.",
                            "field_17597": 9970,
                            "field_17598": [
                                1
                            ],
                            "field_17599": [
                                3
                            ],
                            "field_17600": 9973,
                            "field_17601": 9977,
                            "field_17602": "1600",
                            "field_17603": [
                                5
                            ],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-08-15",
                            "field_17608": "2024-09-01",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539139+00:00",
                            "updated_on": "2024-08-02T14:00:21.483259+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Tech Unveiling Event",
                            "field_17596": "A live-streamed event showcasing the new product\u2019s features and benefits. Includes a demo, Q&A session, and interviews with tech influencers.",
                            "field_17597": 9968,
                            "field_17598": [
                                5
                            ],
                            "field_17599": [
                                4
                            ],
                            "field_17600": 9971,
                            "field_17601": 9976,
                            "field_17602": "2100",
                            "field_17603": [
                                6,
                                7,
                                8
                            ],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-09-09",
                            "field_17608": "2024-09-16",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539146+00:00",
                            "updated_on": "2024-08-02T14:00:27.073602+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Influencer Reviews",
                            "field_17596": "Collaborate with tech influencers to review and showcase the new product on their platforms. Generates buzz and authentic endorsements.",
                            "field_17597": 9969,
                            "field_17598": [
                                5
                            ],
                            "field_17599": [
                                4
                            ],
                            "field_17600": 9972,
                            "field_17601": 9978,
                            "field_17602": "2400",
                            "field_17603": [],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-09-16",
                            "field_17608": "2024-11-26",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539153+00:00",
                            "updated_on": "2024-08-02T14:00:37.745704+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Exclusive Pre-Order Promotion",
                            "field_17596": "Offer special incentives, such as discounts or early access, for customers who pre-order the new product. Promoted via email and targeted online ads.",
                            "field_17597": 9967,
                            "field_17598": [
                                15
                            ],
                            "field_17599": [
                                4
                            ],
                            "field_17600": 9972,
                            "field_17601": 9979,
                            "field_17602": "2100",
                            "field_17603": [],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-09-23",
                            "field_17608": "2024-11-20",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539160+00:00",
                            "updated_on": "2024-08-02T14:00:45.368312+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Feature Spotlight Series",
                            "field_17596": "A series of blog posts and social media updates highlighting unique features and benefits of the new product. Includes comparison charts with competitor products.",
                            "field_17597": 9966,
                            "field_17598": [
                                19
                            ],
                            "field_17599": [
                                4
                            ],
                            "field_17600": 9973,
                            "field_17601": 9979,
                            "field_17602": "1900",
                            "field_17603": [],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-10-07",
                            "field_17608": "2024-11-25",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539167+00:00",
                            "updated_on": "2024-08-02T14:00:53.145544+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Holiday Discounts Bonanza",
                            "field_17596": "A broad discount campaign across multiple product categories with significant savings. Promoted through TV commercials and in-store promotions.",
                            "field_17597": 9967,
                            "field_17598": [
                                8
                            ],
                            "field_17599": [
                                5
                            ],
                            "field_17600": 9971,
                            "field_17601": 9975,
                            "field_17602": "1000",
                            "field_17603": [
                                11
                            ],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-12-01",
                            "field_17608": "2024-12-23",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539174+00:00",
                            "updated_on": "2024-08-02T14:00:56.327577+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Gift Guide",
                            "field_17596": "An online and print guide featuring top gift ideas from our product range. Designed to help customers find the perfect gifts and drive sales.",
                            "field_17597": 9970,
                            "field_17598": [
                                9
                            ],
                            "field_17599": [
                                5
                            ],
                            "field_17600": 9972,
                            "field_17601": 9976,
                            "field_17602": "5600",
                            "field_17603": [
                                9
                            ],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-12-09",
                            "field_17608": "2024-12-23",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539181+00:00",
                            "updated_on": "2024-08-02T14:13:51.175907+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "12 Days of Deals",
                            "field_17596": "A series of daily flash sales leading up to the holiday, with different products on discount each day. Promoted through social media and email newsletters.",
                            "field_17597": 9966,
                            "field_17598": [
                                24
                            ],
                            "field_17599": [
                                5
                            ],
                            "field_17600": 9972,
                            "field_17601": 9978,
                            "field_17602": "6500",
                            "field_17603": [],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-12-16",
                            "field_17608": "2025-01-01",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539188+00:00",
                            "updated_on": "2024-08-02T13:56:29.578963+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Holiday Shopping Event",
                            "field_17596": "In-store events with special offers, entertainment, and holiday-themed activities to attract shoppers and create a festive atmosphere.",
                            "field_17597": 9968,
                            "field_17598": [
                                11
                            ],
                            "field_17599": [
                                5
                            ],
                            "field_17600": 9974,
                            "field_17601": 9977,
                            "field_17602": "3400",
                            "field_17603": [
                                10,
                                12
                            ],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-12-16",
                            "field_17608": "2025-01-01",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539195+00:00",
                            "updated_on": "2024-08-02T14:01:06.397634+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Sustainable Choices Spotlight",
                            "field_17596": "A campaign highlighting the eco-friendly products in our range, emphasizing their benefits and sustainable sourcing. Shared through blog posts and social media.",
                            "field_17597": 9966,
                            "field_17598": [
                                1
                            ],
                            "field_17599": [
                                6
                            ],
                            "field_17600": 9971,
                            "field_17601": 9976,
                            "field_17602": "5000",
                            "field_17603": [
                                13,
                                14
                            ],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-10-21",
                            "field_17608": "2024-11-04",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539201+00:00",
                            "updated_on": "2024-08-02T14:01:19.862938+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Green Living Challenge",
                            "field_17596": "A social media challenge encouraging users to share their sustainable living practices. Engages the community and raises awareness about our eco-friendly products.",
                            "field_17597": 9968,
                            "field_17598": [
                                11
                            ],
                            "field_17599": [
                                6
                            ],
                            "field_17600": 9972,
                            "field_17601": 9975,
                            "field_17602": "5000",
                            "field_17603": [],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-10-28",
                            "field_17608": "2024-10-31",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539208+00:00",
                            "updated_on": "2024-08-02T14:01:24.879396+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Eco-Influencer Partnerships",
                            "field_17596": "Partner with environmental influencers to promote our eco-friendly products and initiatives. Includes reviews, sponsored content, and joint campaigns.",
                            "field_17597": 9969,
                            "field_17598": [
                                16
                            ],
                            "field_17599": [
                                6
                            ],
                            "field_17600": 9972,
                            "field_17601": 9976,
                            "field_17602": "4300",
                            "field_17603": [
                                15,
                                16
                            ],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-11-04",
                            "field_17608": "2024-11-18",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2024-08-02T08:06:28.539214+00:00",
                            "updated_on": "2024-08-02T13:56:29.597801+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17595": "Green Product Discounts",
                            "field_17596": "Offer special discounts on eco-friendly products to incentivize customers to choose sustainable options. Promoted through online ads and email marketing.",
                            "field_17597": 9967,
                            "field_17598": [
                                11
                            ],
                            "field_17599": [
                                6
                            ],
                            "field_17600": 9974,
                            "field_17601": 9975,
                            "field_17602": "1200",
                            "field_17603": [],
                            "field_17604": null,
                            "field_17605": null,
                            "field_17606": null,
                            "field_17607": "2024-11-07",
                            "field_17608": "2024-11-11",
                            "field_17609": null,
                            "field_17610": null,
                            "field_17611": null
                        }
                    ]
                },
                {
                    "id": 1924,
                    "name": "Advertisements",
                    "order": 3,
                    "fields": [
                        {
                            "id": 17612,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 17613,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 1,
                            "primary": false,
                            "long_text_enable_rich_text": false
                        },
                        {
                            "id": 17614,
                            "type": "link_row",
                            "name": "Author",
                            "order": 2,
                            "primary": false,
                            "link_row_table_id": 1927,
                            "link_row_related_field_id": 17645,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17615,
                            "type": "link_row",
                            "name": "Reviewer",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 1927,
                            "link_row_related_field_id": 17646,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17616,
                            "type": "link_row",
                            "name": "Platform(s)",
                            "order": 4,
                            "primary": false,
                            "link_row_table_id": 1925,
                            "link_row_related_field_id": 17632,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17617,
                            "type": "single_select",
                            "name": "Type",
                            "order": 9,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 9980,
                                    "value": "video",
                                    "color": "light-brown",
                                    "order": 0
                                },
                                {
                                    "id": 9981,
                                    "value": "social media",
                                    "color": "light-pink",
                                    "order": 1
                                },
                                {
                                    "id": 9982,
                                    "value": "newsletter",
                                    "color": "light-cyan",
                                    "order": 2
                                },
                                {
                                    "id": 9983,
                                    "value": "webpage",
                                    "color": "light-green",
                                    "order": 3
                                },
                                {
                                    "id": 9984,
                                    "value": "blog",
                                    "color": "light-blue",
                                    "order": 4
                                },
                                {
                                    "id": 9985,
                                    "value": "whitepaper",
                                    "color": "light-yellow",
                                    "order": 5
                                }
                            ]
                        },
                        {
                            "id": 17618,
                            "type": "single_select",
                            "name": "Status",
                            "order": 10,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 9986,
                                    "value": "Idea",
                                    "color": "darker-pink",
                                    "order": 0
                                },
                                {
                                    "id": 9987,
                                    "value": "In progress",
                                    "color": "darker-orange",
                                    "order": 1
                                },
                                {
                                    "id": 9988,
                                    "value": "Under review",
                                    "color": "darker-blue",
                                    "order": 2
                                },
                                {
                                    "id": 9989,
                                    "value": "Approved",
                                    "color": "darker-cyan",
                                    "order": 3
                                },
                                {
                                    "id": 9990,
                                    "value": "Published",
                                    "color": "darker-green",
                                    "order": 4
                                }
                            ]
                        },
                        {
                            "id": 17619,
                            "type": "date",
                            "name": "Due date",
                            "order": 11,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 17620,
                            "type": "date",
                            "name": "Publish date",
                            "order": 12,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 17621,
                            "type": "number",
                            "name": "Cost",
                            "order": 13,
                            "primary": false,
                            "number_decimal_places": 0,
                            "number_negative": false
                        },
                        {
                            "id": 17622,
                            "type": "long_text",
                            "name": "Textual content",
                            "order": 14,
                            "primary": false,
                            "long_text_enable_rich_text": true
                        },
                        {
                            "id": 17623,
                            "type": "url",
                            "name": "Online link",
                            "order": 15,
                            "primary": false
                        },
                        {
                            "id": 17624,
                            "type": "text",
                            "name": "SEO keywords",
                            "order": 16,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 17625,
                            "type": "file",
                            "name": "Binary content",
                            "order": 17,
                            "primary": false
                        },
                        {
                            "id": 17626,
                            "type": "link_row",
                            "name": "Campaign",
                            "order": 18,
                            "primary": false,
                            "link_row_table_id": 1923,
                            "link_row_related_field_id": 17603,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17627,
                            "type": "rollup",
                            "name": "Campaign (name)",
                            "order": 19,
                            "primary": false,
                            "nullable": true,
                            "date_show_tzinfo": null,
                            "number_decimal_places": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "through_field_id": 17626,
                            "target_field_id": 17595,
                            "rollup_function": "min"
                        },
                        {
                            "id": 17628,
                            "type": "rollup",
                            "name": "Author (name)",
                            "order": 20,
                            "primary": false,
                            "nullable": true,
                            "date_show_tzinfo": null,
                            "number_decimal_places": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "through_field_id": 17614,
                            "target_field_id": 17638,
                            "rollup_function": "min"
                        },
                        {
                            "id": 17629,
                            "type": "rollup",
                            "name": "Reviewer (name)",
                            "order": 21,
                            "primary": false,
                            "nullable": true,
                            "date_show_tzinfo": null,
                            "number_decimal_places": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "through_field_id": 17615,
                            "target_field_id": 17638,
                            "rollup_function": "min"
                        }
                    ],
                    "views": [
                        {
                            "id": 7270,
                            "type": "grid",
                            "name": "All advertisements",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5034,
                                    "field_id": 17619,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51109,
                                    "field_id": 17612,
                                    "width": 312,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51110,
                                    "field_id": 17613,
                                    "width": 208,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51111,
                                    "field_id": 17626,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51112,
                                    "field_id": 17627,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51113,
                                    "field_id": 17614,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51114,
                                    "field_id": 17628,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51115,
                                    "field_id": 17615,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51116,
                                    "field_id": 17629,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51117,
                                    "field_id": 17616,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51118,
                                    "field_id": 17617,
                                    "width": 132,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51119,
                                    "field_id": 17618,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51120,
                                    "field_id": 17619,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51121,
                                    "field_id": 17620,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51122,
                                    "field_id": 17621,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51123,
                                    "field_id": 17622,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51124,
                                    "field_id": 17625,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51125,
                                    "field_id": 17623,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51126,
                                    "field_id": 17624,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7271,
                            "type": "grid",
                            "name": "Advertisements with due date this month",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4437,
                                    "field_id": 17619,
                                    "type": "date_is",
                                    "value": "Europe/Brussels??this_month",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5035,
                                    "field_id": 17619,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51127,
                                    "field_id": 17612,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51128,
                                    "field_id": 17613,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51129,
                                    "field_id": 17626,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51130,
                                    "field_id": 17627,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51131,
                                    "field_id": 17614,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51132,
                                    "field_id": 17628,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51133,
                                    "field_id": 17615,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51134,
                                    "field_id": 17629,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51135,
                                    "field_id": 17616,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51136,
                                    "field_id": 17617,
                                    "width": 132,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51137,
                                    "field_id": 17618,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51138,
                                    "field_id": 17619,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51139,
                                    "field_id": 17620,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51140,
                                    "field_id": 17621,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51141,
                                    "field_id": 17622,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51142,
                                    "field_id": 17625,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51143,
                                    "field_id": 17623,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51144,
                                    "field_id": 17624,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7272,
                            "type": "grid",
                            "name": "Advertisements with cost >= $1000",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4438,
                                    "field_id": 17619,
                                    "type": "date_is",
                                    "value": "Europe/Brussels??this_month",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5036,
                                    "field_id": 17619,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51145,
                                    "field_id": 17612,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51146,
                                    "field_id": 17613,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51147,
                                    "field_id": 17626,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51148,
                                    "field_id": 17627,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51149,
                                    "field_id": 17614,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51150,
                                    "field_id": 17628,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51151,
                                    "field_id": 17615,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51152,
                                    "field_id": 17629,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51153,
                                    "field_id": 17616,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51154,
                                    "field_id": 17617,
                                    "width": 132,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51155,
                                    "field_id": 17618,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51156,
                                    "field_id": 17619,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51157,
                                    "field_id": 17620,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51158,
                                    "field_id": 17621,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51159,
                                    "field_id": 17622,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51160,
                                    "field_id": 17625,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51161,
                                    "field_id": 17623,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51162,
                                    "field_id": 17624,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7273,
                            "type": "grid",
                            "name": "Advertisements grouped by campaign",
                            "order": 4,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5037,
                                    "field_id": 17619,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [
                                {
                                    "id": 168,
                                    "field_id": 17627,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51163,
                                    "field_id": 17612,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51164,
                                    "field_id": 17613,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51165,
                                    "field_id": 17626,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51166,
                                    "field_id": 17627,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51167,
                                    "field_id": 17614,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51168,
                                    "field_id": 17628,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51169,
                                    "field_id": 17615,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51170,
                                    "field_id": 17629,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51171,
                                    "field_id": 17616,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51172,
                                    "field_id": 17617,
                                    "width": 132,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51173,
                                    "field_id": 17618,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51174,
                                    "field_id": 17619,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51175,
                                    "field_id": 17620,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51176,
                                    "field_id": 17621,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51177,
                                    "field_id": 17622,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51178,
                                    "field_id": 17625,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51179,
                                    "field_id": 17623,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51180,
                                    "field_id": 17624,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7274,
                            "type": "grid",
                            "name": "Advertisements grouped by author",
                            "order": 5,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5038,
                                    "field_id": 17619,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [
                                {
                                    "id": 169,
                                    "field_id": 17628,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51181,
                                    "field_id": 17612,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51182,
                                    "field_id": 17613,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51183,
                                    "field_id": 17626,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51184,
                                    "field_id": 17627,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51185,
                                    "field_id": 17614,
                                    "width": 133,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51186,
                                    "field_id": 17628,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51187,
                                    "field_id": 17615,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51188,
                                    "field_id": 17629,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51189,
                                    "field_id": 17616,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51190,
                                    "field_id": 17617,
                                    "width": 132,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51191,
                                    "field_id": 17618,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51192,
                                    "field_id": 17619,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51193,
                                    "field_id": 17620,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51194,
                                    "field_id": 17621,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51195,
                                    "field_id": 17622,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51196,
                                    "field_id": 17625,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51197,
                                    "field_id": 17623,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51198,
                                    "field_id": 17624,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7275,
                            "type": "grid",
                            "name": "Advertisements grouped by reviewer",
                            "order": 6,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5039,
                                    "field_id": 17619,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [
                                {
                                    "id": 170,
                                    "field_id": 17628,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51199,
                                    "field_id": 17612,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51200,
                                    "field_id": 17613,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51201,
                                    "field_id": 17626,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51202,
                                    "field_id": 17627,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51203,
                                    "field_id": 17614,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51204,
                                    "field_id": 17628,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51205,
                                    "field_id": 17615,
                                    "width": 141,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51206,
                                    "field_id": 17629,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51207,
                                    "field_id": 17616,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51208,
                                    "field_id": 17617,
                                    "width": 132,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51209,
                                    "field_id": 17618,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51210,
                                    "field_id": 17619,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51211,
                                    "field_id": 17620,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51212,
                                    "field_id": 17621,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51213,
                                    "field_id": 17622,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51214,
                                    "field_id": 17625,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51215,
                                    "field_id": 17623,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51216,
                                    "field_id": 17624,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7276,
                            "type": "grid",
                            "name": "Advertisements grouped by type",
                            "order": 7,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5040,
                                    "field_id": 17619,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [
                                {
                                    "id": 171,
                                    "field_id": 17617,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51217,
                                    "field_id": 17612,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51218,
                                    "field_id": 17613,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51219,
                                    "field_id": 17626,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51220,
                                    "field_id": 17627,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51221,
                                    "field_id": 17614,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51222,
                                    "field_id": 17628,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51223,
                                    "field_id": 17615,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51224,
                                    "field_id": 17629,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51225,
                                    "field_id": 17616,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51226,
                                    "field_id": 17617,
                                    "width": 132,
                                    "hidden": true,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51227,
                                    "field_id": 17618,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51228,
                                    "field_id": 17619,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51229,
                                    "field_id": 17620,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51230,
                                    "field_id": 17621,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51231,
                                    "field_id": 17622,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51232,
                                    "field_id": 17625,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51233,
                                    "field_id": 17623,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51234,
                                    "field_id": 17624,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7277,
                            "type": "form",
                            "name": "New advertisement",
                            "order": 8,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "public": false,
                            "title": "Add new advertisement",
                            "description": "",
                            "cover_image": null,
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 8742,
                                    "field_id": 17612,
                                    "name": "",
                                    "description": "A short descriptive name",
                                    "enabled": true,
                                    "required": true,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8743,
                                    "field_id": 17613,
                                    "name": "",
                                    "description": "Optional notes about the advertisement",
                                    "enabled": true,
                                    "required": false,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8744,
                                    "field_id": 17614,
                                    "name": "",
                                    "description": "Select your name from the list",
                                    "enabled": true,
                                    "required": true,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8745,
                                    "field_id": 17615,
                                    "name": "",
                                    "description": "Who needs to review this advertisement before publication?",
                                    "enabled": true,
                                    "required": true,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8746,
                                    "field_id": 17626,
                                    "name": "",
                                    "description": "Select the campaign the advertisement belongs to.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8747,
                                    "field_id": 17616,
                                    "name": "",
                                    "description": "Select the platforms where the advertisement must be published",
                                    "enabled": true,
                                    "required": true,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "multiple"
                                },
                                {
                                    "id": 8748,
                                    "field_id": 17617,
                                    "name": "",
                                    "description": "Select the type of advertisement",
                                    "enabled": true,
                                    "required": true,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8749,
                                    "field_id": 17618,
                                    "name": "",
                                    "description": "Set the status",
                                    "enabled": true,
                                    "required": true,
                                    "order": 7,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8750,
                                    "field_id": 17619,
                                    "name": "",
                                    "description": "Date that the advertisement must be ready for review",
                                    "enabled": true,
                                    "required": true,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8751,
                                    "field_id": 17620,
                                    "name": "",
                                    "description": "Date that the advertisement must be published",
                                    "enabled": true,
                                    "required": true,
                                    "order": 9,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8752,
                                    "field_id": 17621,
                                    "name": "",
                                    "description": "Cost in dollars to develop the advertisement",
                                    "enabled": true,
                                    "required": true,
                                    "order": 10,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8753,
                                    "field_id": 17622,
                                    "name": "",
                                    "description": "Write the content for the advertisement",
                                    "enabled": true,
                                    "required": true,
                                    "order": 11,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8754,
                                    "field_id": 17625,
                                    "name": "",
                                    "description": "Upload images related to the advertisement",
                                    "enabled": true,
                                    "required": false,
                                    "order": 12,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8755,
                                    "field_id": 17623,
                                    "name": "",
                                    "description": "Link to the published advertisement",
                                    "enabled": true,
                                    "required": true,
                                    "order": 13,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8756,
                                    "field_id": 17624,
                                    "name": "",
                                    "description": "Enter all the keywords separated by a comma",
                                    "enabled": true,
                                    "required": true,
                                    "order": 14,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8787,
                                    "field_id": 17627,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8788,
                                    "field_id": 17628,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                },
                                {
                                    "id": 8789,
                                    "field_id": 17629,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": [],
                                    "field_component": "default"
                                }
                            ]
                        },
                        {
                            "id": 7278,
                            "type": "calendar",
                            "name": "Advertisement due dates",
                            "order": 9,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "date_field_id": 17619,
                            "field_options": [
                                {
                                    "id": 670,
                                    "field_id": 17612,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 671,
                                    "field_id": 17613,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 672,
                                    "field_id": 17614,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 673,
                                    "field_id": 17615,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 674,
                                    "field_id": 17616,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 675,
                                    "field_id": 17617,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 676,
                                    "field_id": 17618,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 677,
                                    "field_id": 17619,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 678,
                                    "field_id": 17620,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 679,
                                    "field_id": 17621,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 680,
                                    "field_id": 17622,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 681,
                                    "field_id": 17623,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 682,
                                    "field_id": 17624,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 683,
                                    "field_id": 17625,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 684,
                                    "field_id": 17626,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 742,
                                    "field_id": 17627,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 743,
                                    "field_id": 17628,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 744,
                                    "field_id": 17629,
                                    "hidden": false,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 7279,
                            "type": "kanban",
                            "name": "Advertisements stacked by status",
                            "order": 10,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 17618,
                            "field_options": [
                                {
                                    "id": 9184,
                                    "field_id": 17612,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9185,
                                    "field_id": 17613,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9186,
                                    "field_id": 17614,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9187,
                                    "field_id": 17615,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9188,
                                    "field_id": 17616,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9189,
                                    "field_id": 17617,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9190,
                                    "field_id": 17618,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9191,
                                    "field_id": 17619,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9192,
                                    "field_id": 17620,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9193,
                                    "field_id": 17621,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9194,
                                    "field_id": 17622,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9195,
                                    "field_id": 17623,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9196,
                                    "field_id": 17624,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9197,
                                    "field_id": 17625,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9198,
                                    "field_id": 17626,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9199,
                                    "field_id": 17627,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9200,
                                    "field_id": 17628,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9201,
                                    "field_id": 17629,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.159948+00:00",
                            "updated_on": "2024-08-02T14:18:55.696288+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "Student Stories Video Series",
                            "field_17613": "A series of short videos featuring student testimonials about our school supplies.",
                            "field_17614": [
                                8
                            ],
                            "field_17615": [
                                3
                            ],
                            "field_17616": [
                                1
                            ],
                            "field_17617": 9980,
                            "field_17618": 9990,
                            "field_17619": "2024-08-10",
                            "field_17620": "2024-08-15",
                            "field_17621": "750",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/student-stories",
                            "field_17624": "student testimonials, school supplies, success stories",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                4
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.160011+00:00",
                            "updated_on": "2024-08-02T14:18:57.457424+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "Back-to-School Social Media Campaign",
                            "field_17613": "A series of engaging social media posts promoting the back-to-school sale. Includes interactive polls and Q&A sessions.",
                            "field_17614": [
                                2
                            ],
                            "field_17615": [
                                1
                            ],
                            "field_17616": [
                                2,
                                3
                            ],
                            "field_17617": 9981,
                            "field_17618": 9990,
                            "field_17619": "2024-07-25",
                            "field_17620": "2024-08-01",
                            "field_17621": "800",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/back-to-school-social",
                            "field_17624": "back-to-school, social media, interactive campaign",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                5
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.160028+00:00",
                            "updated_on": "2024-08-02T14:18:58.952068+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "Parent's Choice Highlight Reel",
                            "field_17613": "A video compilation of top-rated products as voted by parents, showcasing their features and benefits.",
                            "field_17614": [
                                1
                            ],
                            "field_17615": [
                                19
                            ],
                            "field_17616": [
                                3,
                                1
                            ],
                            "field_17617": 9980,
                            "field_17618": 9990,
                            "field_17619": "2024-08-15",
                            "field_17620": "2024-08-20",
                            "field_17621": "600",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/parents-choice",
                            "field_17624": "top-rated products, parents' choice, school supplies",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                6
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.160055+00:00",
                            "updated_on": "2024-08-02T14:19:03.289958+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "Unboxing & Demo Videos",
                            "field_17613": "A series of unboxing and demonstration videos showcasing the new product. Shared on YouTube and other video platforms.",
                            "field_17614": [
                                5
                            ],
                            "field_17615": [
                                8
                            ],
                            "field_17616": [
                                1
                            ],
                            "field_17617": 9980,
                            "field_17618": 9987,
                            "field_17619": "2024-09-10",
                            "field_17620": "2024-09-15",
                            "field_17621": "900",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/unboxing-demos",
                            "field_17624": "unboxing, demo videos, tech product",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                7
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.160069+00:00",
                            "updated_on": "2024-08-02T14:19:05.106158+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "Tech Influencer Collaborations",
                            "field_17613": "Collaborations with tech influencers for sponsored content, reviews, and live sessions.",
                            "field_17614": [
                                3
                            ],
                            "field_17615": [
                                2
                            ],
                            "field_17616": [
                                2,
                                1
                            ],
                            "field_17617": 9981,
                            "field_17618": 9987,
                            "field_17619": "2024-09-20",
                            "field_17620": "2024-09-25",
                            "field_17621": "1600",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/tech-collabs",
                            "field_17624": "tech influencers, reviews, collaborations",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                7
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.160081+00:00",
                            "updated_on": "2024-08-02T14:19:07.177559+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "Gift Guide Articles",
                            "field_17613": "A series of articles on our blog featuring gift ideas for different occasions and demographics.",
                            "field_17614": [
                                8
                            ],
                            "field_17615": [
                                9
                            ],
                            "field_17616": [
                                5
                            ],
                            "field_17617": 9984,
                            "field_17618": 9988,
                            "field_17619": "2024-12-01",
                            "field_17620": "2024-12-05",
                            "field_17621": "1250",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/gift-guide",
                            "field_17624": "gift guide, holiday gifts, blog",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                12
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.160094+00:00",
                            "updated_on": "2024-08-02T14:19:08.660016+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "Holiday Flash Sale Email Blast",
                            "field_17613": "An urgent email blast announcing a 24-hour flash sale with significant discounts on popular items.",
                            "field_17614": [
                                8
                            ],
                            "field_17615": [
                                9
                            ],
                            "field_17616": [
                                6
                            ],
                            "field_17617": 9982,
                            "field_17618": 9987,
                            "field_17619": "2024-12-10",
                            "field_17620": "2024-12-12",
                            "field_17621": "1250",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/holiday-flash-sale",
                            "field_17624": "flash sale, holiday deals, discounts",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                14
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.160107+00:00",
                            "updated_on": "2024-08-02T14:19:11.798260+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "12 Days of Deals Countdown",
                            "field_17613": "A daily countdown email and social media posts featuring different products on sale each day.",
                            "field_17614": [
                                24
                            ],
                            "field_17615": [
                                15
                            ],
                            "field_17616": [
                                6
                            ],
                            "field_17617": 9982,
                            "field_17618": 9988,
                            "field_17619": "2024-12-01",
                            "field_17620": "2024-12-12",
                            "field_17621": "1500",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/12-days-deals",
                            "field_17624": "holiday deals, countdown, daily sales",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                11
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.160120+00:00",
                            "updated_on": "2024-08-02T14:19:13.343250+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "Holiday Shopping Livestream",
                            "field_17613": "A live shopping event streamed online with special deals and product showcases. Includes a Q&A session with product experts.",
                            "field_17614": [
                                11
                            ],
                            "field_17615": [
                                19
                            ],
                            "field_17616": [
                                1
                            ],
                            "field_17617": 9980,
                            "field_17618": 9986,
                            "field_17619": "2024-12-15",
                            "field_17620": "2024-12-20",
                            "field_17621": "900",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/holiday-livestream",
                            "field_17624": "holiday shopping, live event, product showcase",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                14
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.160133+00:00",
                            "updated_on": "2024-08-02T14:19:15.561318+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "Eco-Friendly Product Review Videos",
                            "field_17613": "A series of video reviews highlighting the benefits of our eco-friendly products.",
                            "field_17614": [
                                1
                            ],
                            "field_17615": [
                                5
                            ],
                            "field_17616": [
                                1
                            ],
                            "field_17617": 9980,
                            "field_17618": 9990,
                            "field_17619": "2024-10-10",
                            "field_17620": "2024-10-15",
                            "field_17621": "1000",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/eco-friendly-reviews",
                            "field_17624": "eco-friendly products, reviews, sustainability",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                15
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.160146+00:00",
                            "updated_on": "2024-08-02T14:19:17.463042+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "Green Living Guide",
                            "field_17613": "A comprehensive guide on eco-friendly practices and products, shared as a downloadable PDF.",
                            "field_17614": [
                                16
                            ],
                            "field_17615": [
                                1
                            ],
                            "field_17616": [
                                7,
                                4
                            ],
                            "field_17617": 9985,
                            "field_17618": 9988,
                            "field_17619": "2024-10-05",
                            "field_17620": "2024-10-12",
                            "field_17621": "450",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/green-living-guide",
                            "field_17624": "green living, eco-friendly guide, sustainability",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                15
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.160159+00:00",
                            "updated_on": "2024-08-02T14:19:19.462708+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "Sustainable Home Tips Video Series",
                            "field_17613": "A video series providing tips for creating a sustainable home environment. Each video focuses on a different aspect of eco-friendly living.",
                            "field_17614": [
                                3
                            ],
                            "field_17615": [
                                16
                            ],
                            "field_17616": [
                                1,
                                2
                            ],
                            "field_17617": 9980,
                            "field_17618": 9987,
                            "field_17619": "2024-10-25",
                            "field_17620": "2024-11-01",
                            "field_17621": "700",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/sustainable-home-tips",
                            "field_17624": "sustainable home, eco-friendly tips, green living",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                17
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.160171+00:00",
                            "updated_on": "2024-08-02T14:19:21.030656+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "Eco-Friendly Initiative Social Media Challenge",
                            "field_17613": "A social media challenge encouraging users to share their eco-friendly practices, with a chance to win sustainable products.",
                            "field_17614": [
                                1
                            ],
                            "field_17615": [
                                16
                            ],
                            "field_17616": [
                                2,
                                3
                            ],
                            "field_17617": 9981,
                            "field_17618": 9986,
                            "field_17619": "2024-10-20",
                            "field_17620": "2024-10-25",
                            "field_17621": "900",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/eco-friendly-challenge",
                            "field_17624": "eco-friendly, social media challenge, sustainable practices",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                17
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        },
                        {
                            "id": 6,
                            "order": "17.00000000000000000000",
                            "created_on": "2024-08-02T11:29:58.160042+00:00",
                            "updated_on": "2024-08-02T15:05:45.652458+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17612": "Tech Product Launch Webpage",
                            "field_17613": "A dedicated webpage highlighting the new tech product's features, specs, and user reviews.",
                            "field_17614": [
                                15
                            ],
                            "field_17615": [
                                19
                            ],
                            "field_17616": [
                                4
                            ],
                            "field_17617": 9983,
                            "field_17618": 9989,
                            "field_17619": "2024-09-01",
                            "field_17620": "2024-09-05",
                            "field_17621": "700",
                            "field_17622": "### Main title\n\nA small subtitle\n\nAn introduction **paragraph**\n\n- bullets\n- bullets\n- bullets\n\nA paragraph with a [link](https://baserow.io) in it.",
                            "field_17623": "https://example.com/tech-product-launch",
                            "field_17624": "tech product, new launch, product details",
                            "field_17625": [
                                {
                                    "name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
                                    "visible_name": "baserow-logo.png",
                                    "original_name": "TYK4qZ79kLA8IrW3SU6bCkuqeAPfmPTy_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png"
                                }
                            ],
                            "field_17626": [
                                7
                            ],
                            "field_17627": null,
                            "field_17628": null,
                            "field_17629": null
                        }
                    ]
                },
                {
                    "id": 1925,
                    "name": "Platforms",
                    "order": 4,
                    "fields": [
                        {
                            "id": 17630,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 17631,
                            "type": "url",
                            "name": "Account url",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 17632,
                            "type": "link_row",
                            "name": "Advertisements",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 1924,
                            "link_row_related_field_id": 17616,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17633,
                            "type": "count",
                            "name": "Count advertisements",
                            "order": 4,
                            "primary": false,
                            "nullable": false,
                            "date_show_tzinfo": null,
                            "number_decimal_places": 0,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "through_field_id": 17632
                        }
                    ],
                    "views": [
                        {
                            "id": 7280,
                            "type": "grid",
                            "name": "All platforms",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5041,
                                    "field_id": 17633,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51235,
                                    "field_id": 17630,
                                    "width": 109,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51236,
                                    "field_id": 17631,
                                    "width": 250,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51237,
                                    "field_id": 17632,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51238,
                                    "field_id": 17633,
                                    "width": 208,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2024-08-02T08:46:34.493691+00:00",
                            "updated_on": "2024-08-21T17:39:46.066614+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17630": "YouTube",
                            "field_17631": "https://youtube.com/ouraccount",
                            "field_17632": [
                                3,
                                5,
                                7,
                                8,
                                12,
                                13,
                                15
                            ],
                            "field_17633": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2024-08-02T08:46:34.493741+00:00",
                            "updated_on": "2024-08-21T17:39:47.130586+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17630": "Instagram",
                            "field_17631": "https://instagram.com/ouraccount",
                            "field_17632": [
                                4,
                                8,
                                15,
                                16
                            ],
                            "field_17633": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2024-08-02T11:25:32.440626+00:00",
                            "updated_on": "2024-08-21T17:39:48.169602+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17630": "Facebook",
                            "field_17631": "https://facebook.com/ouraccount",
                            "field_17632": [
                                4,
                                5,
                                16
                            ],
                            "field_17633": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2024-08-02T11:25:35.724421+00:00",
                            "updated_on": "2024-08-21T17:39:48.966217+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17630": "Website",
                            "field_17631": "https://ourcompany.com",
                            "field_17632": [
                                14,
                                6
                            ],
                            "field_17633": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2024-08-02T11:25:41.668909+00:00",
                            "updated_on": "2024-08-21T17:44:10.351197+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17630": "Blog",
                            "field_17631": "https://blog.ourcompany.com",
                            "field_17632": [
                                9
                            ],
                            "field_17633": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2024-08-02T11:25:48.479211+00:00",
                            "updated_on": "2024-08-21T17:39:50.195097+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17630": "Email",
                            "field_17631": "https://mailchimp.com/ouraccount",
                            "field_17632": [
                                10,
                                11
                            ],
                            "field_17633": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2024-08-02T11:25:52.458999+00:00",
                            "updated_on": "2024-08-21T17:39:51.762177+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17630": "PDF",
                            "field_17631": "",
                            "field_17632": [
                                14
                            ],
                            "field_17633": null
                        }
                    ]
                },
                {
                    "id": 1926,
                    "name": "Target groups",
                    "order": 5,
                    "fields": [
                        {
                            "id": 17634,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 17635,
                            "type": "multiple_select",
                            "name": "Key characteristics",
                            "order": 2,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 9991,
                                    "value": "budget-conscious",
                                    "color": "pink",
                                    "order": 0
                                },
                                {
                                    "id": 9992,
                                    "value": "trend-sensitive",
                                    "color": "light-cyan",
                                    "order": 1
                                },
                                {
                                    "id": 9993,
                                    "value": "tech-savvy",
                                    "color": "dark-gray",
                                    "order": 2
                                },
                                {
                                    "id": 9994,
                                    "value": "ambitious",
                                    "color": "dark-red",
                                    "order": 3
                                },
                                {
                                    "id": 9995,
                                    "value": "adventurous",
                                    "color": "light-blue",
                                    "order": 4
                                },
                                {
                                    "id": 9996,
                                    "value": "health-focused",
                                    "color": "darker-blue",
                                    "order": 5
                                },
                                {
                                    "id": 9997,
                                    "value": "active lifestyle",
                                    "color": "purple",
                                    "order": 6
                                },
                                {
                                    "id": 9998,
                                    "value": "early adopters",
                                    "color": "green",
                                    "order": 7
                                },
                                {
                                    "id": 9999,
                                    "value": "family-oriented",
                                    "color": "dark-pink",
                                    "order": 8
                                },
                                {
                                    "id": 10000,
                                    "value": "often on-the-go",
                                    "color": "yellow",
                                    "order": 9
                                },
                                {
                                    "id": 10001,
                                    "value": "health-conscious",
                                    "color": "darker-cyan",
                                    "order": 10
                                },
                                {
                                    "id": 10002,
                                    "value": "Entrepreneurial",
                                    "color": "darker-purple",
                                    "order": 11
                                },
                                {
                                    "id": 10003,
                                    "value": "adventurous eaters",
                                    "color": "red",
                                    "order": 12
                                },
                                {
                                    "id": 10004,
                                    "value": "time-constrained",
                                    "color": "darker-gray",
                                    "order": 13
                                },
                                {
                                    "id": 10005,
                                    "value": "growth-focused",
                                    "color": "light-orange",
                                    "order": 14
                                },
                                {
                                    "id": 10006,
                                    "value": "technology-savvy",
                                    "color": "blue",
                                    "order": 15
                                },
                                {
                                    "id": 10007,
                                    "value": "activism-focused",
                                    "color": "dark-blue",
                                    "order": 16
                                },
                                {
                                    "id": 10008,
                                    "value": "leisure-focused",
                                    "color": "light-brown",
                                    "order": 17
                                },
                                {
                                    "id": 10009,
                                    "value": "young adults",
                                    "color": "orange",
                                    "order": 18
                                },
                                {
                                    "id": 10010,
                                    "value": "fixed income",
                                    "color": "darker-orange",
                                    "order": 19
                                },
                                {
                                    "id": 10011,
                                    "value": "environmentally conscious",
                                    "color": "dark-purple",
                                    "order": 20
                                },
                                {
                                    "id": 10012,
                                    "value": "community-oriented",
                                    "color": "light-yellow",
                                    "order": 21
                                },
                                {
                                    "id": 10013,
                                    "value": "culturally curious",
                                    "color": "brown",
                                    "order": 22
                                },
                                {
                                    "id": 10014,
                                    "value": "high academic engagement",
                                    "color": "dark-green",
                                    "order": 23
                                },
                                {
                                    "id": 10015,
                                    "value": "career-focused",
                                    "color": "deep-dark-orange",
                                    "order": 24
                                },
                                {
                                    "id": 10016,
                                    "value": "gadget lovers",
                                    "color": "light-green",
                                    "order": 25
                                },
                                {
                                    "id": 10017,
                                    "value": "often seek unique dining experiences",
                                    "color": "light-gray",
                                    "order": 26
                                }
                            ]
                        },
                        {
                            "id": 17636,
                            "type": "link_row",
                            "name": "Plays",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 1922,
                            "link_row_related_field_id": 17582,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17637,
                            "type": "count",
                            "name": "Count plays",
                            "order": 4,
                            "primary": false,
                            "nullable": false,
                            "date_show_tzinfo": null,
                            "number_decimal_places": 0,
                            "date_include_time": null,
                            "date_time_format": null,
                            "array_formula_type": null,
                            "error": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "date_format": null,
                            "through_field_id": 17636
                        }
                    ],
                    "views": [
                        {
                            "id": 7281,
                            "type": "grid",
                            "name": "All target groups",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5042,
                                    "field_id": 17634,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51239,
                                    "field_id": 17634,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51240,
                                    "field_id": 17635,
                                    "width": 530,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51241,
                                    "field_id": 17636,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51242,
                                    "field_id": 17637,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7282,
                            "type": "grid",
                            "name": "Target groups used in multiple marketing plays",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4439,
                                    "field_id": 17637,
                                    "type": "higher_than",
                                    "value": "1",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5043,
                                    "field_id": 17634,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51243,
                                    "field_id": 17634,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51244,
                                    "field_id": 17635,
                                    "width": 530,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51245,
                                    "field_id": 17636,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51246,
                                    "field_id": 17637,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7283,
                            "type": "grid",
                            "name": "Unused target groups",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 4440,
                                    "field_id": 17637,
                                    "type": "lower_than_or_equal",
                                    "value": "0",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5044,
                                    "field_id": 17634,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51247,
                                    "field_id": 17634,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51248,
                                    "field_id": 17635,
                                    "width": 530,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51249,
                                    "field_id": 17636,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51250,
                                    "field_id": 17637,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2024-08-01T12:36:00.706368+00:00",
                            "updated_on": "2024-08-01T12:38:17.756412+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17634": "Students",
                            "field_17635": [
                                10014,
                                9993,
                                9991,
                                9994
                            ],
                            "field_17636": [
                                3
                            ],
                            "field_17637": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2024-08-01T12:36:00.706463+00:00",
                            "updated_on": "2024-08-01T12:37:51.305540+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17634": "Young Professionals",
                            "field_17635": [
                                10015,
                                9993
                            ],
                            "field_17636": [
                                4
                            ],
                            "field_17637": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2024-08-01T12:36:00.706477+00:00",
                            "updated_on": "2024-08-01T12:36:00.706477+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17634": "Parents",
                            "field_17635": [
                                10004,
                                9991
                            ],
                            "field_17636": [
                                3
                            ],
                            "field_17637": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2024-08-01T12:36:00.706484+00:00",
                            "updated_on": "2024-08-01T12:36:00.706484+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17634": "Retirees",
                            "field_17635": [
                                10010,
                                10001
                            ],
                            "field_17636": [],
                            "field_17637": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2024-08-01T12:36:00.706497+00:00",
                            "updated_on": "2024-08-01T12:36:00.706497+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17634": "Fitness Enthusiasts",
                            "field_17635": [
                                9996,
                                9992
                            ],
                            "field_17636": [
                                5
                            ],
                            "field_17637": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2024-08-01T12:36:00.706509+00:00",
                            "updated_on": "2024-08-01T12:38:12.480996+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17634": "Tech Enthusiasts",
                            "field_17635": [
                                9998,
                                9993,
                                9992
                            ],
                            "field_17636": [
                                4,
                                5
                            ],
                            "field_17637": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2024-08-01T12:36:00.706517+00:00",
                            "updated_on": "2024-08-01T12:38:37.177650+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17634": "Small Business Owners",
                            "field_17635": [
                                9991,
                                10005
                            ],
                            "field_17636": [],
                            "field_17637": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2024-08-01T12:36:00.706529+00:00",
                            "updated_on": "2024-08-01T12:36:00.706529+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17634": "Environmental Activists",
                            "field_17635": [
                                10007,
                                10012
                            ],
                            "field_17636": [
                                6
                            ],
                            "field_17637": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2024-08-01T12:36:00.706536+00:00",
                            "updated_on": "2024-08-01T12:36:00.706536+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17634": "Travelers",
                            "field_17635": [
                                10013,
                                10000
                            ],
                            "field_17636": [
                                5
                            ],
                            "field_17637": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2024-08-01T12:36:00.706543+00:00",
                            "updated_on": "2024-08-01T12:39:19.304441+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17634": "Foodies",
                            "field_17635": [
                                9992,
                                10003
                            ],
                            "field_17636": [
                                5,
                                6
                            ],
                            "field_17637": null
                        }
                    ]
                },
                {
                    "id": 1927,
                    "name": "Staff",
                    "order": 6,
                    "fields": [
                        {
                            "id": 17638,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 17639,
                            "type": "phone_number",
                            "name": "Phone",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 17640,
                            "type": "email",
                            "name": "Email",
                            "order": 2,
                            "primary": false
                        },
                        {
                            "id": 17641,
                            "type": "file",
                            "name": "Picture",
                            "order": 3,
                            "primary": false
                        },
                        {
                            "id": 17642,
                            "type": "single_select",
                            "name": "Job role",
                            "order": 4,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 12870,
                                    "value": "Graphic Designer",
                                    "color": "darker-blue",
                                    "order": 0
                                },
                                {
                                    "id": 12871,
                                    "value": "Marketing Manager",
                                    "color": "darker-pink",
                                    "order": 1
                                },
                                {
                                    "id": 12872,
                                    "value": "Social Media Manager",
                                    "color": "dark-green",
                                    "order": 2
                                },
                                {
                                    "id": 12873,
                                    "value": "SEO Specialist",
                                    "color": "light-cyan",
                                    "order": 3
                                },
                                {
                                    "id": 12874,
                                    "value": "Video and Motion Producer",
                                    "color": "light-pink",
                                    "order": 4
                                },
                                {
                                    "id": 12875,
                                    "value": "Technical Writer",
                                    "color": "light-brown",
                                    "order": 5
                                }
                            ]
                        },
                        {
                            "id": 17643,
                            "type": "link_row",
                            "name": "Plays",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 1922,
                            "link_row_related_field_id": 17583,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17644,
                            "type": "link_row",
                            "name": "Campaigns",
                            "order": 6,
                            "primary": false,
                            "link_row_table_id": 1923,
                            "link_row_related_field_id": 17598,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17645,
                            "type": "link_row",
                            "name": "Advertisements",
                            "order": 7,
                            "primary": false,
                            "link_row_table_id": 1924,
                            "link_row_related_field_id": 17614,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 17646,
                            "type": "link_row",
                            "name": "Advertisements - Reviewer",
                            "order": 8,
                            "primary": false,
                            "link_row_table_id": 1924,
                            "link_row_related_field_id": 17615,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        }
                    ],
                    "views": [
                        {
                            "id": 7284,
                            "type": "grid",
                            "name": "All staff members",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5045,
                                    "field_id": 17638,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 51251,
                                    "field_id": 17638,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51252,
                                    "field_id": 17642,
                                    "width": 219,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51253,
                                    "field_id": 17641,
                                    "width": 116,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51254,
                                    "field_id": 17639,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51255,
                                    "field_id": 17640,
                                    "width": 263,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51256,
                                    "field_id": 17643,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51257,
                                    "field_id": 17644,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51258,
                                    "field_id": 17645,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 51259,
                                    "field_id": 17646,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 7285,
                            "type": "gallery",
                            "name": "All staff members",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 5046,
                                    "field_id": 17638,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 17641,
                            "field_options": [
                                {
                                    "id": 9929,
                                    "field_id": 17638,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9930,
                                    "field_id": 17639,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9931,
                                    "field_id": 17640,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9932,
                                    "field_id": 17641,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9933,
                                    "field_id": 17642,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9934,
                                    "field_id": 17643,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9935,
                                    "field_id": 17644,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9936,
                                    "field_id": 17645,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 9937,
                                    "field_id": 17646,
                                    "hidden": false,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2024-08-01T12:50:14.889617+00:00",
                            "updated_on": "2024-08-21T17:40:14.177731+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Allie Ecker",
                            "field_17639": "(949) 873-7292",
                            "field_17640": "allie.ecker@example.com",
                            "field_17641": [
                                {
                                    "name": "JxLH32ZBaYVY12snyTDutIVADAleP819_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
                                    "visible_name": "Woman.12.jpg",
                                    "original_name": "JxLH32ZBaYVY12snyTDutIVADAleP819_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg"
                                }
                            ],
                            "field_17642": 12871,
                            "field_17643": [
                                3,
                                6
                            ],
                            "field_17644": [
                                6,
                                15
                            ],
                            "field_17645": [
                                5,
                                13,
                                16
                            ],
                            "field_17646": [
                                4,
                                14
                            ]
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2024-08-01T12:50:14.889675+00:00",
                            "updated_on": "2024-08-21T17:40:23.177994+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Bran Lopez",
                            "field_17639": "(650) 869-3623",
                            "field_17640": "bran.lopez@example.com",
                            "field_17641": [
                                {
                                    "name": "BcJFO3aAH819G2lWIhUJGo4JPthhC55y_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
                                    "visible_name": "Man.20.jpg",
                                    "original_name": "BcJFO3aAH819G2lWIhUJGo4JPthhC55y_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg"
                                }
                            ],
                            "field_17642": 12872,
                            "field_17643": [],
                            "field_17644": [
                                5
                            ],
                            "field_17645": [
                                4
                            ],
                            "field_17646": [
                                8
                            ]
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005125+00:00",
                            "updated_on": "2024-08-21T17:40:39.355316+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Cinda Pullen",
                            "field_17639": "(213) 743-1636",
                            "field_17640": "cinda.pullen@example.com",
                            "field_17641": [
                                {
                                    "name": "VZb98OiSKm11YNQ5MiPgzdsUzpxnjsAO_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
                                    "visible_name": "Woman.36.jpg",
                                    "original_name": "VZb98OiSKm11YNQ5MiPgzdsUzpxnjsAO_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg"
                                }
                            ],
                            "field_17642": 12870,
                            "field_17643": [],
                            "field_17644": [
                                3
                            ],
                            "field_17645": [
                                8,
                                15
                            ],
                            "field_17646": [
                                3
                            ]
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005193+00:00",
                            "updated_on": "2024-08-21T17:40:50.950933+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Clayton Best",
                            "field_17639": "(916) 478-0153",
                            "field_17640": "clayton.best@example.com",
                            "field_17641": [
                                {
                                    "name": "sUIcBsbvGhf06PJ5GWM5juhjGO3kdULU_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
                                    "visible_name": "Man.33.jpg",
                                    "original_name": "sUIcBsbvGhf06PJ5GWM5juhjGO3kdULU_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg"
                                }
                            ],
                            "field_17642": 12875,
                            "field_17643": [],
                            "field_17644": [],
                            "field_17645": [],
                            "field_17646": []
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005236+00:00",
                            "updated_on": "2024-08-21T17:40:41.588595+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Donald Johns",
                            "field_17639": "(805) 367-1199",
                            "field_17640": "donald.johns@example.com",
                            "field_17641": [
                                {
                                    "name": "6ccfoXFqktHY2egCc6RPS4ft2mcwgAja_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
                                    "visible_name": "Man.48.jpg",
                                    "original_name": "6ccfoXFqktHY2egCc6RPS4ft2mcwgAja_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg"
                                }
                            ],
                            "field_17642": 12871,
                            "field_17643": [
                                4
                            ],
                            "field_17644": [
                                7,
                                8
                            ],
                            "field_17645": [
                                7
                            ],
                            "field_17646": [
                                13
                            ]
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005276+00:00",
                            "updated_on": "2024-08-21T17:40:25.432940+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Elizabeth Cunningham",
                            "field_17639": "(323) 930-9329",
                            "field_17640": "elizabeth.cunningham@example.com",
                            "field_17641": [
                                {
                                    "name": "s0nPpDc6AObC8tHwGEm2vbTszeRnc3vm_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
                                    "visible_name": "Woman.27.jpg",
                                    "original_name": "s0nPpDc6AObC8tHwGEm2vbTszeRnc3vm_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg"
                                }
                            ],
                            "field_17642": 12872,
                            "field_17643": [],
                            "field_17644": [],
                            "field_17645": [],
                            "field_17646": []
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005316+00:00",
                            "updated_on": "2024-08-01T12:54:16.772547+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_17638": "Eric Rothman",
                            "field_17639": "(619) 525-2361",
                            "field_17640": "eric.rothman@example.com",
                            "field_17641": [
                                {
                                    "name": "HAW9Gyl6qp3Uv7TYBgmGd0IZolmxUBjw_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
                                    "visible_name": "Man.15.jpg",
                                    "original_name": "HAW9Gyl6qp3Uv7TYBgmGd0IZolmxUBjw_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg"
                                }
                            ],
                            "field_17642": 12873,
                            "field_17643": [],
                            "field_17644": [],
                            "field_17645": [],
                            "field_17646": []
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005355+00:00",
                            "updated_on": "2024-08-21T17:40:38.228054+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Jane Dradder",
                            "field_17639": "(720) 555-2389",
                            "field_17640": "jane.rudder@example.com",
                            "field_17641": [
                                {
                                    "name": "Y7VE5hpMHfeyMh9lfYLpmCXE3CkjBGJP_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
                                    "visible_name": "Woman.02.jpg",
                                    "original_name": "Y7VE5hpMHfeyMh9lfYLpmCXE3CkjBGJP_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg"
                                }
                            ],
                            "field_17642": 12870,
                            "field_17643": [],
                            "field_17644": [
                                4,
                                11
                            ],
                            "field_17645": [
                                3,
                                9,
                                10
                            ],
                            "field_17646": [
                                7
                            ]
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005394+00:00",
                            "updated_on": "2024-08-21T17:40:42.712995+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Janice Fitzpatrick",
                            "field_17639": "(510) 476-1189",
                            "field_17640": "janice.fitzpatrick@example.com",
                            "field_17641": [
                                {
                                    "name": "A13CtdeLLMNTXvCl7X75QMATy9IQHMes_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
                                    "visible_name": "Woman.16.jpg",
                                    "original_name": "A13CtdeLLMNTXvCl7X75QMATy9IQHMes_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg"
                                }
                            ],
                            "field_17642": 12871,
                            "field_17643": [
                                5
                            ],
                            "field_17644": [
                                12
                            ],
                            "field_17645": [],
                            "field_17646": [
                                9,
                                10
                            ]
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005433+00:00",
                            "updated_on": "2024-08-21T17:40:54.125345+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "John Marshall",
                            "field_17639": "(323) 207-7576",
                            "field_17640": "john.marshall@example.com",
                            "field_17641": [
                                {
                                    "name": "MnWv8pV54RBmgAXaVmQEKYGsajcpiA1p_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
                                    "visible_name": "Man.03.jpg",
                                    "original_name": "MnWv8pV54RBmgAXaVmQEKYGsajcpiA1p_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg"
                                }
                            ],
                            "field_17642": 12875,
                            "field_17643": [],
                            "field_17644": [],
                            "field_17645": [],
                            "field_17646": []
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005472+00:00",
                            "updated_on": "2024-08-21T17:40:43.280018+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Jonathan Castillo",
                            "field_17639": "(714) 674-5259",
                            "field_17640": "jonathan.castillo@example.com",
                            "field_17641": [
                                {
                                    "name": "HggPXTP3eNwAUdgADc51wQZtYpWEjS7W_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
                                    "visible_name": "Man.27.jpg",
                                    "original_name": "HggPXTP3eNwAUdgADc51wQZtYpWEjS7W_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg"
                                }
                            ],
                            "field_17642": 12871,
                            "field_17643": [],
                            "field_17644": [
                                14,
                                16,
                                18
                            ],
                            "field_17645": [
                                12
                            ],
                            "field_17646": []
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005512+00:00",
                            "updated_on": "2024-08-21T17:40:59.825344+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Judith Triplett",
                            "field_17639": "(323) 762-0628",
                            "field_17640": "judith.triplett@example.com",
                            "field_17641": [
                                {
                                    "name": "50GQDRApLKnyjPYCl0ZB2V9l0qFSPhXb_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
                                    "visible_name": "Woman.38.jpg",
                                    "original_name": "50GQDRApLKnyjPYCl0ZB2V9l0qFSPhXb_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg"
                                }
                            ],
                            "field_17642": 12873,
                            "field_17643": [],
                            "field_17644": [],
                            "field_17645": [],
                            "field_17646": []
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005551+00:00",
                            "updated_on": "2024-08-21T17:40:43.738393+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Lane Mahon",
                            "field_17639": "(925) 250-4627",
                            "field_17640": "lane.mahon@example.com",
                            "field_17641": [
                                {
                                    "name": "1irSintxybKfBaV5dNEdtwqeuMc53cWP_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
                                    "visible_name": "Man.18.jpg",
                                    "original_name": "1irSintxybKfBaV5dNEdtwqeuMc53cWP_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg"
                                }
                            ],
                            "field_17642": 12871,
                            "field_17643": [],
                            "field_17644": [],
                            "field_17645": [],
                            "field_17646": []
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005591+00:00",
                            "updated_on": "2024-08-21T17:40:37.236455+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Latisha Mazon",
                            "field_17639": "(530) 540-8012",
                            "field_17640": "latisha.mazon@example.com",
                            "field_17641": [
                                {
                                    "name": "hWQCiKRX7EoiH12jQsjS6JeRV66OrG4H_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
                                    "visible_name": "Woman.46.jpg",
                                    "original_name": "hWQCiKRX7EoiH12jQsjS6JeRV66OrG4H_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg"
                                }
                            ],
                            "field_17642": 12870,
                            "field_17643": [],
                            "field_17644": [],
                            "field_17645": [],
                            "field_17646": []
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005632+00:00",
                            "updated_on": "2024-08-21T17:41:01.819028+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Lena Hogan",
                            "field_17639": "(559) 949-6790",
                            "field_17640": "lena.hogan@example.com",
                            "field_17641": [
                                {
                                    "name": "ztxhzI0ei00N0Kok5UlJjhYVEGUrorF2_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
                                    "visible_name": "Woman.17.jpg",
                                    "original_name": "ztxhzI0ei00N0Kok5UlJjhYVEGUrorF2_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg"
                                }
                            ],
                            "field_17642": 12873,
                            "field_17643": [],
                            "field_17644": [
                                9
                            ],
                            "field_17645": [
                                6
                            ],
                            "field_17646": [
                                11
                            ]
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005671+00:00",
                            "updated_on": "2024-08-21T17:41:04.150114+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Leroy Tye",
                            "field_17639": "(510) 808-7208",
                            "field_17640": "leroy.tye@example.com",
                            "field_17641": [
                                {
                                    "name": "9JEG8G4YrCwoTxRiwnv2990LCZwP9LPz_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
                                    "visible_name": "Man.02.jpg",
                                    "original_name": "9JEG8G4YrCwoTxRiwnv2990LCZwP9LPz_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg"
                                }
                            ],
                            "field_17642": 12870,
                            "field_17643": [],
                            "field_17644": [
                                17
                            ],
                            "field_17645": [
                                14
                            ],
                            "field_17646": [
                                15,
                                16
                            ]
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005710+00:00",
                            "updated_on": "2024-08-21T17:41:08.742485+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Michael Robicheaux",
                            "field_17639": "(707) 840-5210",
                            "field_17640": "michael.robicheaux@example.com",
                            "field_17641": [
                                {
                                    "name": "WizdiwB3GrQdgz2yvYoOI0iXzutQj94t_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
                                    "visible_name": "Man.28.jpg",
                                    "original_name": "WizdiwB3GrQdgz2yvYoOI0iXzutQj94t_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg"
                                }
                            ],
                            "field_17642": 12874,
                            "field_17643": [],
                            "field_17644": [],
                            "field_17645": [],
                            "field_17646": []
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005750+00:00",
                            "updated_on": "2024-08-21T17:40:34.472820+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Nora Mott",
                            "field_17639": "(818) 240-6675",
                            "field_17640": "nora.mott@example.com",
                            "field_17641": [
                                {
                                    "name": "1whnJkeWHol6aULILOvYDtdhyeRiOR13_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
                                    "visible_name": "Woman.55.jpg",
                                    "original_name": "1whnJkeWHol6aULILOvYDtdhyeRiOR13_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg"
                                }
                            ],
                            "field_17642": 12870,
                            "field_17643": [],
                            "field_17644": [],
                            "field_17645": [],
                            "field_17646": []
                        },
                        {
                            "id": 19,
                            "order": "19.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005789+00:00",
                            "updated_on": "2024-08-21T17:40:34.472868+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Paul Garcia",
                            "field_17639": "(916) 910-4721",
                            "field_17640": "paul.garcia@example.com",
                            "field_17641": [
                                {
                                    "name": "C9TWJNDhipj25eKRNKY1gZOk41OwFuCx_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
                                    "visible_name": "Man.13.jpg",
                                    "original_name": "C9TWJNDhipj25eKRNKY1gZOk41OwFuCx_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg"
                                }
                            ],
                            "field_17642": 12870,
                            "field_17643": [],
                            "field_17644": [
                                10
                            ],
                            "field_17645": [],
                            "field_17646": [
                                5,
                                12,
                                6
                            ]
                        },
                        {
                            "id": 20,
                            "order": "20.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005828+00:00",
                            "updated_on": "2024-08-21T17:41:10.950386+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Richard Rethman",
                            "field_17639": "(626) 585-3240",
                            "field_17640": "richard.rethman@example.com",
                            "field_17641": [
                                {
                                    "name": "gKdjFKb7JWNcWW1PMlCHBCGDUo6faVoY_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
                                    "visible_name": "Man.31.jpg",
                                    "original_name": "gKdjFKb7JWNcWW1PMlCHBCGDUo6faVoY_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg"
                                }
                            ],
                            "field_17642": 12874,
                            "field_17643": [],
                            "field_17644": [],
                            "field_17645": [],
                            "field_17646": []
                        },
                        {
                            "id": 21,
                            "order": "21.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005866+00:00",
                            "updated_on": "2024-08-21T17:40:33.211537+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Rodney Tran",
                            "field_17639": "(408) 451-1453",
                            "field_17640": "rodney.tran@example.com",
                            "field_17641": [
                                {
                                    "name": "w8bN0Rj8s1T9izfr5gYIBKpECz67CEzC_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
                                    "visible_name": "Man.35.jpg",
                                    "original_name": "w8bN0Rj8s1T9izfr5gYIBKpECz67CEzC_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg"
                                }
                            ],
                            "field_17642": 12870,
                            "field_17643": [],
                            "field_17644": [],
                            "field_17645": [],
                            "field_17646": []
                        },
                        {
                            "id": 22,
                            "order": "22.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005905+00:00",
                            "updated_on": "2024-08-21T17:40:28.047978+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Ronald Wright",
                            "field_17639": "(925) 413-4033",
                            "field_17640": "donald.wright@example.com",
                            "field_17641": [
                                {
                                    "name": "HnFigCRkrlkq7xTeR9N7nWLFM12GtEks_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
                                    "visible_name": "Man.09.jpg",
                                    "original_name": "HnFigCRkrlkq7xTeR9N7nWLFM12GtEks_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg"
                                }
                            ],
                            "field_17642": 12872,
                            "field_17643": [],
                            "field_17644": [],
                            "field_17645": [],
                            "field_17646": []
                        },
                        {
                            "id": 23,
                            "order": "23.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005951+00:00",
                            "updated_on": "2024-08-21T17:40:28.714106+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Sandra Love",
                            "field_17639": "(559) 592-9157",
                            "field_17640": "sandra.love@example.com",
                            "field_17641": [
                                {
                                    "name": "yMlVaMJ7ijdtx7bFIsACTpAmdKlG2Sxp_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
                                    "visible_name": "Woman.23.jpg",
                                    "original_name": "yMlVaMJ7ijdtx7bFIsACTpAmdKlG2Sxp_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg"
                                }
                            ],
                            "field_17642": 12872,
                            "field_17643": [],
                            "field_17644": [],
                            "field_17645": [],
                            "field_17646": []
                        },
                        {
                            "id": 24,
                            "order": "24.00000000000000000000",
                            "created_on": "2024-08-01T12:53:10.005990+00:00",
                            "updated_on": "2024-08-21T17:40:31.410495+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "hiram@baserow.io",
                            "field_17638": "Thomas Nickson",
                            "field_17639": "(916) 336-7017",
                            "field_17640": "thomas.nickson@example.com",
                            "field_17641": [
                                {
                                    "name": "EOgUlG1pFCIqI8DZQLywqr5tkTjH8r6W_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
                                    "visible_name": "Man.11.jpg",
                                    "original_name": "EOgUlG1pFCIqI8DZQLywqr5tkTjH8r6W_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg"
                                }
                            ],
                            "field_17642": 12870,
                            "field_17643": [],
                            "field_17644": [
                                13
                            ],
                            "field_17645": [
                                11
                            ],
                            "field_17646": []
                        }
                    ]
                }
            ]
        }
    ]
}