``` roles: integer("roles") .array() .$type<UserRole[]>() .default([UserRole.Member]), ``` I don't understand what the problem is. It's clearly an array, right?