Try making UserId string instead of GUID. Check this out: https://github.com/supabase-community/postgrest-csharp/blob/master/Postgrest/Table.cs/
.Filter(u => u.UserId, Operator.Equals, userId) --> here userId must be a string type.