customValues is typed as Dictionary<string, object?> in C# and stored as PostgreSQL jsonb:
customValues
Dictionary<string, object?>