Variable ObjectList._count

struct ObjectList
{
  // ...
  int _count;
  // ...
}