Is it possible to use custom property names for a select. For example I have the following array: ``` javascript [ { id: 1, name: "blaat" }, { id: 2, name: "another blaat" } ] ``` And define in the metadata to use `id` and `name` as respectively `value` and `name`?