Double_take - match entity found under "misses"

Running latest HA/Double take/Frigate/Comperface on dockers,
All working great but thing that not clear,
per each one of the double_take entities ,
it publish the entities under the “misses” object in the json .

example

{
  "id": "1669973322.102334-i940og",
  "duration": 7.93,
  "timestamp": "2022-12-02T09:29:17.321Z",
  "attempts": 11,
  "camera": "salon_ceiling",
  "zones": [],
  "matches": [],
  "misses": [
    {
      "name": "avi",
      "confidence": 99.46,
      "match": false,
      "box": {
        "top": 105,
        "left": 227,
        "width": 59,
        "height": 70
      },
      "checks": [
        "box area too low: 4130 < 10000"
      ],
      "type": "snapshot",
      "duration": 0.82,
      "detector": "compreface",
      "filename": "b3f9ca11-c719-4d56-b5ea-9b151422fb34.jpg",
      "base64": null
    }
  ],
  "unknowns": [],
  "personCount": 0,
  "counts": {
    "person": 0,
    "match": 0,
    "miss": 1,
    "unknown": -1
  },
  "icon": "mdi:camera",
  "friendly_name": "double_take_salon_ceiling"
}

is that expected/correct behavior for match?