Type Alias StandardListResponseProps

properties that should be added to every list response

type StandardListResponseProps = {
    currentPageCount: number;
    totalCount: number;
}
Index

Properties

currentPageCount: number

count of entries on the currently shown page

totalCount: number

total count of entries in the collection as a whole