totalItems property

int? totalItems
getter/setter pair

The total number of projects in the page.

A wrapper is used here because the field should still be in the response when the value is 0.

Implementation

core.int? totalItems;