@SneakyThrows(value = SQLException.class)
    public List<Record> get(Timestamp from, int fkCommunity) {
        try (Connection conn = DBConn.INSTANCE.get()) {
            DSLContext create = DaoBackend.getContext(conn);
            return queryByDate(from, fkCommunity, create);