I would like to select atoms based on element number (first number of ATOM records). This would be similar to resi currently. Something like: ``` model |> m_set_style( sel = m_sel(eleno = 2:6 ), style = m_style_sphere() ) ``` Thank you!