Table bound to logged in user

I thought filament binds the table list to the logged in user automatically.
Why do I have to modify the select to have user_id = Auth::user()->id

What am I missing?
Was this page helpful?