I'm trying to create a field like this: ###### unique_for_owner = fields.StringField(unique_with=["owner"], required=False, sparse=True). But i notice that index was created with sparse=False. I dropped my collection and made a few tests, so i notice that when unique_with has a value the sparse always getting False.