Entity type declarations are not compatible with Drupal core lower than 11.1
According to change record https://www.drupal.org/node/3505422 that entity type declarations should use annotations for Drupal core lower than 11.1. Currently the module uses only php attributes, that makes it incompatible with Drupal 10. Add annotation declaration on top of php attribute to support both Drupal 10 and Drupal >= 11.1
issue