okay so i want to do something like this: ``` { ...
# community-help
b
okay so i want to do something like this:
Copy code
{
    "title": "How do I reset my iphone?",
    "customer_products": [
      {
        "name": "iphone x",
        "slug": "iphone-x",
        "customers": [
          "tbv",
          "st"
        ]
      },
      {
        "name": "iphone 11",
        "slug": "iphone-11",
        "customers": [
          "tbv"
        ]
      }
    ]
  },
  {
    "title": "How do I reset my Android?",
    "customer_products": [
      {
        "name": "samsung 123",
        "slug": "samsung-fold",
        "customers": [
          "tbv",
          "st"
        ]
      },
      {
        "name": "samsung 456",
        "slug": "samsung-456",
        "customers": [
          "tbv"
        ]
      }
    ]
  }
]