NetBox version
v3.2.2
Python version
3.8
Steps to Reproduce
- Create any number of devices and a virtual chassis.
- Add the devices to the virtual chassis.
- Send a GET HTTP request to http://netbox-address-here/api/dcim/devices/
Expected Behavior
According to the documentation, the "virtual_chassis" of each of the created devices should have a field "member_count".
Observed Behavior
There is no "member_count".