The membership rows for several groups in one query, keyed by group id, so a
list endpoint can hydrate every group's package members without a per-group
round-trip. Groups with no membership rows are absent from the map.
Parameters
groupIds: number[]
Return Type
Promise<Map<number, GroupListing[]>>
Usage
import { getGroupPackagePricesByGroupIds } from "docs/database.ts";