Paging: {
    first: string;
    last: string;
    next: null | number;
    previous: null | number;
}