include/lightspeed@protocol_BadFieldCount.hrl

-record(bad_field_count, {
    tag :: binary(),
    expected :: integer(),
    actual :: integer()
}).