Embedded PDF: Page number?

Hello,

I would like to print the page number on a PDF I embed via the image function. This is what I have:

#set page(width: auto, height: auto, margin: 0pt)

#set figure(
supplement: none
)

#figure(image("test.pdf", page: 1), caption: [ #context { counter(page).display() } ] )
    

Is there a better way to do this? Especially, to make sure that the page number is at the same height as “regularly”.

Thanks!