Frigate-card, show specific object from multiple cameras

Hi,

I’m trying to get the frigate-card to show all clips with object: cat from all my cameras. I can get it working with one camera, but if I add more cameras to the card it still only show clips from the first camera (if I remove the label it works as expected and show clips from all cameras).
Below code show all clips with cats but only from camera camera.entre

type: custom:frigate-card
cameras:
  - camera_entity: camera.entre
    frigate:
      labels:
        - cat
    live_provider: jsmpeg
  - camera_entity: camera.infart
    live_provider: jsmpeg
    frigate:
      labels:
        - cat
dimensions:
  aspect_ratio_mode: static
view:
  default: clips
media_viewer:
  auto_play: selected
  layout: {}

image

I realized that I can get it to work as I want if I manually select both cameras (as in below screenshot). So the question is - can multiple cameras be selected as default state for the card?
image

Sorry, my bad. Checking below solved the issue

image