Archivist Displays Single Entry

I have Archivist (mostly) working except when a month has multiple entries it only displays the first (most recent) one instead of all them. Probably a simple fix but I’m not seeing it.

Snippet Call

[[!Archivist?
  &grSnippet=`pdoResources`
  &parents=`3`
  &target=`19`
  &limit=`0`
  &groupByYear=`1`
  &tpl=`ArchivistRow`
  &yearGroupTpl=`ArchivistYearGroup`]]

Template (ArchivistRow)

<li class="arc-row">
  <a href="[[+url]]">[[+month_name_abbr]] ([[+count]])
  [[+pagetitle]]</a>
</li>

I think you need to use &grSnippet instead of &Snippet.

@andytough That’s a typo, it is “&grSnippet”.

try changing that to

&limit=`10`