Yes, you can dynamically display the number of articles each author has published using Webflow CMS Collections. However, Webflow does not have built-in support for counting related collection items directly. You'll need to use a CMS Reference Field and either a custom JavaScript solution or an embedded third-party tool.
Add a custom embed element to your Author page.
Inside this embed, use JavaScript to count the number of article items and update the UI dynamically. Example:
```html
```
Ensure .author-item
wraps the author, .article-item
represents individual article elements inside it, and .article-count
is used to show the count.
Webflow does not provide an automatic article count per author, but you can achieve it with either JavaScript for real-time updates or Zapier/Make to periodically update a CMS field. The JavaScript method is more dynamic, while Zapier/Make works well if a CMS-based number field is needed.