export default function getCharacterOptions(characters) { return _mapValues(optionsFields, (_, field) => uniqValues(characters, field) ) }