dbt has a function to check the freshness (i.e. how up to date) of a particular source. That functionality is reserved exclusively for sources and not models - i.e. if you tried to apply source freshness on a model like you would a source:
# models/schemas.yml
version: 2
models:
- name: foo
loaded_at_field: updated_at