Searialization bug when querying kinds fixed
While querying kinds through cosmosdb, a logger variable exists in the queryItem class which is not serializable. Added a mixin to ignore this logger variable in json searialization. Related issue in github:https://github.com/microsoft/spring-data-cosmosdb/issues/423