How to use spring data with couchbase without _class attribute
Set either the @TypeAlias or typeKey() to an empty string. Be aware that spring-data-couchbase will need to be able to determine the type of the result objects from either the repository signature or the return type.