Okey I think I got the solution
{
:title "This time last year"
:query [:find (pull ?b [*])
:in $ ?span
:where
(between ?b ?span ?span)
]
:inputs [:365d-before ]
:collapsed? false}