Is there a way to define a label within \printbibliography in order to automatically get the number of references.
I would typically like to do:
\section{Articles (\ref{no_articles})}
\printbibliography[heading=none, keyword=my_article]\label{no_articles}
But unfortunately, \ref{no_articles} points to the section number and not to the total number of references.
Many thanks!