A simple test follows:
${message}
Now test models for each type:
Is Scalar: ${isScalar(model)}
Is List: ${isList(model)}
Is Indexed: ${isIndexed(model)}
Is Hash: ${isHash(model)}
Is Method: ${isMethod(model)}
Is Transform:${isTransform(model)}