pub async fn snapshot_size( client: &mut Client, schema: &str, table: &str, ) -> Result<usize, SqlServerError>
Returns the total number of rows present in the specified table.