The Stats model contains a list of added, updated, or removed devices.

Example:

Stats = {
  added: MediaDeviceInfo[];
  removed: MediaDeviceInfo[];
  updated: MediaDeviceInfo[];
 };