Interface REST_Paging

interface REST_Paging {
    total: number;
}

Properties

Properties

total: number