/**
 * Count total components
 *
 * @return integer
 */
function ossn_total_components()
{
    $com = new OssnComponents();
    return $com->total();
}