(page-ref ?b “focus”) <— (does this part change if it is a page link instead of a tag? I want to pull from [[FOCUS Toronto]] instead of #focus.)
#+BEGIN_QUERY
{:title [:h2 "💴 Debt tracking"]
:query [:find (pull ?p [:block/original-name :block/name :block/properties :block/created-at :block/updated-at]) ?amount ?sign
:where
(page-ref ?b "focus") <--- (does this part change if it is a page link instead of a tag? I want to pull from [[FOCUS Toronto]] instead of #focus.)
...