function listingHasSpots listingHasSpots(listing: Pick<ListingWithCount, "id" | "duration_days">,quantity: number,date: string | null | undefined,): Promise<boolean> True when the listing still has spots for this quantity on this date (no date for a date-less listing, whose capacity is one running total). Parameters listing: Pick<ListingWithCount, "id" | "duration_days"> quantity: number date: string | null | undefined Return Type Promise<boolean>