FishingCollection: {
    id: string;
    size: number;
    speciesIds: string[];
    type: "family" | "habitat";
}