Hi there, can I make a default general condition applied automatically on all queries related to a specific table(Entity) in Room?
eg: I have a table named tasks and there is a hidden property for each task either 0 or 1, so I want all queries getting the tasks that aren't hidden except to explicitly query the tasks that are hidden.