constexpr static std::string_view qualified_type_name = #EnumType; \ constexpr static std::string_view type_name = get_top_name(#EnumType); \ ...
When I retrieve a profile (shown below) from the profiles table you will notice that the 2 enumerated arrays lookingForCountries and lookingForReligions haven't been converted to javascript arrays, ...