To limit the number of items pulled into the carousel, use the data-limit attribute, by default the carousel is limited to 20 items, but you can increase that if you’d like.
<div data-wm-plugin="collection-carousel"
data-source="/journal"
data-limit="5"
></div>