[
  {
    "id": 1,
    "collection_id": 1,
    "description": null,
    "seo_description": null,
    "title": "seo filter",
    "permalink": "foobar",
    "html_title": null,
    "meta_keywords": null,
    "meta_description": null,
    "characteristis": [
      {
        "id": 1,
        "property_id": 1,
        "position": 1,
        "title": "Japan",
        "permalink": "japan"
      },
      {
        "id": 2,
        "property_id": 2,
        "position": 1,
        "title": "Germany",
        "permalink": "germany"
      }
    ],
    "option_values": [

    ]
  },
  {
    "id": 2,
    "collection_id": 1,
    "description": null,
    "seo_description": null,
    "title": "seo filter 2",
    "permalink": "barfoo",
    "html_title": null,
    "meta_keywords": null,
    "meta_description": null,
    "characteristis": [

    ],
    "option_values": [
      {
        "id": 1,
        "option_name_id": 1,
        "position": 1,
        "title": "Red",
        "image_url": null,
        "permalink": null
      },
      {
        "id": 2,
        "option_name_id": 1,
        "position": 2,
        "title": "Зеленый",
        "image_url": null,
        "permalink": null
      }
    ]
  }
]