Image Metafile -> Default Filter?

Hi! I was checking out the Metafiles documentation for media, and am curious about the following lines in the .yaml file:

filters:
    default:
        - [cropResize, 200, 200]

How could I use this in Twig so that when the image is displayed, this filter is always applied?

I am successfully pulling other data I have in this metafile, I’m just not sure if I’m supposed to be expecting this default filter to be applied automatically.