static Future<UserImage?> findById( _i1.Session session, int id, ) async { return session.db.findById<UserImage>(id); }