Skip to main content

OccurrenceMeta

Type for CollectionMetadataType

type OccurrenceMeta {
currentPage: Int!
limitValue: Int!
totalCount: Int!
totalCritical: Int
totalHigh: Int
totalLow: Int
totalMedium: Int
totalNotifications: Int
totalPages: Int!
}

Fields

OccurrenceMeta.currentPage ● Int! non-null scalar

Current Page of loaded data

OccurrenceMeta.limitValue ● Int! non-null scalar

The number of items per page

OccurrenceMeta.totalCount ● Int! non-null scalar

The total number of items to be paginated

OccurrenceMeta.totalCritical ● Int scalar

OccurrenceMeta.totalHigh ● Int scalar

OccurrenceMeta.totalLow ● Int scalar

OccurrenceMeta.totalMedium ● Int scalar

OccurrenceMeta.totalNotifications ● Int scalar

OccurrenceMeta.totalPages ● Int! non-null scalar

The total number of pages in the pagination

Member Of

VulnerabilityCollection object