pub async fn get_recent_by_endpoint(
conn: &mut PgConnection,
endpoint: SuotarEndpoint,
limit: i64,
) -> ModelResult<Vec<SuotarApiCall>>pub async fn get_recent_by_endpoint(
conn: &mut PgConnection,
endpoint: SuotarEndpoint,
limit: i64,
) -> ModelResult<Vec<SuotarApiCall>>