If a user has two different Data Rule buckets that directly conflict which one applies? E.g. they have both:
<model name="user" read="any" write="create,update" />
...
<model name="user" read="any" write="none" />
Does the more permissive bucket apply? Or the less permissive one? Or does this lead to errors? I couldn’t find any documentation indicating how it should behave.