if (TypeUtil.isNumber(index)) {
                return this.propertiesList
                    .getAt(index)
                    .getProperty(propertyQuery);
            } else {