while ($row = $rs->fetch_assoc()) {
                    $return['topics'][$row['topic_id']][] = $row; 
                }