Function fetch_logs_paginated

Source
async fn fetch_logs_paginated(
    client: &Client,
    query_conditions: &str,
    page: i64,
    per_page: i64,
) -> Result<(Vec<LogResponse>, i64), Error>