Global query filter for my EF Core, to be honest this is the first time for me with Global Query FiltersAppDbContext => OnModelCreating I tried this:IArchivable looks like:exception:InvalidOperationException: The filter expression 'x => ((Convert(x.IsArchived, Nullable1) == Convert(False, Nullable`1)))' specified for entity type 'ContinuousFormation' is invalid. The expression must accept a single parameter of type 'MBSM.Core.Entities.ContinuousFormation' and return bool.1) != null) OrElse (Convert(x.IsArchived, Nullable
ContinuousFormation is an Entity type/class and it looks like :