Consider adding the following: ``` Objective-C AUTO_DESCRIPTION_EXCLUDE_PROPS(@[@"foo", @"bar"]) AUTO_DESCRIPTION_EXCLUDE_SUPER_CLASSES(@[[NSObject class]]) ``` Advantage: - Its shorter. - Declare AUTO_DESCRIPTION config all together.