syntax = "proto3"; message Test { map items = 1; } message Nested { int32 count = 1; }