Where are all these files stored frigate?

Hi,
my frigate has been broken for a day now. In the pictures you can see that in frigate it says that it has used all of the storage (1.88 Tib = almost 2000 GB). But when I look on my NAS where my footages is stored it says only 157.7 MB is used. Because of frigate with the full storage it doesn’t work very well now. How do I clean it so it does work well?



image

This is my frigate config:

mqtt:
  host: 192.168.1.xxx    # YOUR MQTT IP
  port: xxx
  topic_prefix: frigate
  client_id: frigate
  user: us           # YOUR MQTT USERNAME
  password: pw        # YOUT MQTT PASSWORD
  stats_interval: 60

##########################################################################

go2rtc:
  streams:
    reolink:
      - rtsp://us:[email protected]:554/h264Preview_01_sub
      - ffmpeg:rtsp://us:[email protected]:554/h264Preview_01_sub#audio=pcm#audio=volume

## THIS PREVENTS THE AUDIO COMING OUT FROM THE DOORBELL SOUNDING MUFFLED
  ffmpeg:
    bin: ffmpeg
    volume: "-af \"volume=40dB\""

##########################################################################

cameras:

  reolink:
    ffmpeg:
      inputs:
                    ## CHANGE RTSP USERNAME AND PASSWORD

        - path: rtsp://username:[email protected]:554/h264Preview_01_sub
          roles:
            - detect
            - record
            - audio
      output_args:
        record: preset-record-generic-audio-copy
    audio:
      enabled: false

    zones:
      reolink_voortuin:
        coordinates:  242,480,540,480,663,480,617,429,550,412,422,340,399,345,372,344,327,349,304,308,247,315,154,313,141,313,76,366,124,480      # WATCH MY FRIGATE VIDEO SHOWING YOU WHAT THIS IS
        objects:
          - car
          - person
          - bicycle


    motion:
      mask:
        - 499,386,569,424,615,441,717,480,800,313,800,0,404,0,407,326              # WATCH MY FRIGATE VIDEO SHOWING YOU WHAT THIS IS

objects:
  track:
    - person
    - car
    - bicycle

  filters:
     person:
       threshold: 0.65

audio:
  enabled: true
  listen:
    - breaking
    - gunshot
    - crack
    - honk


detect:
  width: 800
  height: 480
  stationary:
    interval: 60
    threshold: 15

snapshots:
  enabled: true
  timestamp: false
  bounding_box: true
  retain:
    default: 7
  required_zones:
    - reolink_voortuin 

record:
  enabled: true
  events:
    retain:
      default: 7
      mode: motion
    required_zones:
     - reolink_voortuin

ui:
  live_mode: webrtc
  
database:
    path: /config/frigate.db

the storage page is showing the entire drive and its used / total space, not specifically the space that recordings are taking up