In German academia it is common to prefix a citation with Vgl. (cf./compare in English) to show an indirect quote (paraphrased)
In LaTeX it is possible to do: \footcite[cf.][pp. 5-10]{hevner} => ¹ cf. Hevner et al. (2024), “Design Science in Information Systems Research,” pp. 5-10.
In Typst I was able to reproduce the supplement: #cite(<hevner>, supplement: "pp. 5-10"), but there's no option to pass a prefix.
There's an open GitHub issue, but I'm unable to follow the workaround: https://github.com/typst/typst/issues/3020#issuecomment-2538545758

