pub async fn get_all_accountings_for_channel(
    pool: DbPool,
    channel_id: ChannelId
) -> Result<Vec<Accounting>, PoolError>