pandoc-3.1.8: test/command/pandoc-citeproc-number-of-volumes.md
```
% pandoc --citeproc -t markdown-citations
---
references:
- author:
family: Author
given:
- Al
id: item1
issued:
year: 2013
language: 'en-US'
number-of-volumes: 2
publisher: Publisher
publisher-place: Location
title: Title
type: book
---
@item1
^D
Author (2013)
::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"}
::: {#ref-item1 .csl-entry}
Author, Al. 2013. *Title*. 2 vols. Location: Publisher.
:::
:::
```