Title label in Admin UI missing

I have this in my Tailor yaml file : (tidbit.yaml)

fields:
    title:
        label: Title
        type: text
        validation:
            - required
    tidbit:
        label: Tidbit
        type: textarea
        size: large
        validation:
            - required
.
.
.

columns:
    title:
        label: Title
        cssClass: show-label
        searchable: true
        sortable: true

    tidbit:
        label: Tidbit
        searchable: true

But the Title label doesn’t show :

CleanShot 2025-12-06 at 10.57.13