interface PatronStatistics {
    holds: number;
    loans: number;
    total: number;
    withActiveLoan: number;
    withActiveLoanOrHold: number;
}

Properties

holds: number
loans: number
total: number
withActiveLoan: number
withActiveLoanOrHold: number