Seems like `owner` is not a property so the following doesn't find anything: ``` channels = cf.find(name='*', property=[('owner', 'myuser')]) ``` Am I missing something here? I can't believe CF is not able to answer such a basic requestion...