Class vs Object
A Durable Object class is the blueprint. Cloudflare can create many named objects from that one class.
Counter class ├── counter:abc ├── counter:xyz └── counter:tenant-123
So the right statement is not "there can be only one instance of the class." The right statement is: for a given object ID, only one active instance runs at a time.