Trying to list years (for a filter) but not all years display

LOL– I had to just add posts_per_page in my $terms_year query. Leaving this up in case people need it…

$terms_year = array(
'post_type'         => array('publications'),
'posts_per_page'=>-1,
);