protected static function get_fields()
 {
     return self::select_fields() . ", " . Article::select_fields();
 }