i am using biblatex for including publications in my resume. I am using following code
\usepackage[english]{babel}
\usepackage{csquotes}
\usepackage[bibstyle=publist,boldyear=true,plauthorhandling=highlight,sorting=ymdnt]{biblatex}
\addbibresource{reference.bib}
\begin{document}
\begin{Section}{Publications}
\nocite{aip1,aip2,cmsim,chaos12,ncose1,ncose2,ncose3,pedes18,iccare19,ijrte19}
\printbibliography[type=article,title={\large{Journal Papers}}]
\printbibliography[type=inproceedings,title={\large{Conference Papers}}]
\end{Section}
\end{document}
the problem I am facing is of continuous numbering for publications.
I want numbering for conference to start from 1. What should I do?


.bibfile. Please always try to compile the code you post as a minimal example in a new, empty document in a new, empty folder. – moewe Apr 25 '20 at 14:54