#include struct Missing_Key { int value{}; }; int main() { auto schema = structive::object(structive::field<&Missing_Key::value>()); return static_cast(schema.property_count); }