pub async fn count_audit_logs_created_between<C>( db: &C, start: DateTime<Utc>, end: DateTime<Utc>, ) -> Result<u64>where C: ConnectionTrait,
Counts audit log rows created in [start, end).
[start, end)