So I made a default User and I just added a few users, and my table in Database has a field called role in it and I only want to show the users that have that role field as User, I am not sure how I would do it.
Basically is there a way to run this query in Filament
"SELECT * FROM users WHERE role='User'"