Counting Relations Polymorphic Many To Many

The documentation says that you can count relationships in a list (Number - October CMS - 3.x)

users_count:
    label: Users
    type: number
    relation: users
    relationCount: true

How can you calculate if Relations Polymorphic Many To Many?