Feature Request
Please add customer tags which were introduced in 2022-12 to Customer item.
var customerOperations = partnerOperations.Customers.ById(customerId);
customerItem = await customerOperations.GetAsync().ConfigureAwait(false);
customerItem has no Tags property.