Hi,
does anyone have a good way to detect when the SOL is empty? Like I want to check when a given object type has 0 objects that fit into a filter. Right now I'm doing this, but I don't know if it's a good way to do it
(The thought process being that if the SOL is empty, the condition will not run, and thus the else block will be true)