Is there a way to execute a JSR query from an extensioin? Here is my scenario. when ever a particular content item (A) is created, I need to create a different content item (B) in a specific folder. If B is already created, then I just need to skip the creation. for this scenario, I am trying to see if I can pass a JSR query to extension to check if Content Item B has already been created or not?