select short_name as forum_name, charter as forum_charter from bboard_forums where forum_id = :forum_id select count(*) as message_count from bboard_forum_message_map bfmm where bfmm.forum_id = :forum_id